Skip to content

Commit 3287d8b

Browse files
rename sfu1 to deadsfu
1 parent c884f96 commit 3287d8b

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
# sfu1-binaries
1+
# deadsfu-binaries
22

3-
Binary files for sfu1 SFU
4-
When building, sfu1-binaries must be checked as a child directory of sfu1.
3+
Binary files for deadsfu SFU
4+
When building, deadsfu-binaries must be checked as a child directory of deadsfu.
55

6-
The reason this is used as opposed to committing binaries directly into 'sfu1' is that binaries and git repos can grow in size very rapidly when changing/iterating binary files lots.
6+
The reason this is used as opposed to committing binaries directly into 'deadsfu' is that binaries and git repos can grow in size very rapidly when changing/iterating binary files lots.
77

88

99
By keeping these binaries seperate, this repo can easily be compacted by:
@@ -12,7 +12,7 @@ By keeping these binaries seperate, this repo can easily be compacted by:
1212
rm -rf .git
1313
git add .
1414
git commit -m 'compacting'
15-
git remote add origin https://github.com/x186k/sfu1-binaries.git
15+
git remote add origin https://github.com/x186k/deadsfu-binaries.git
1616
git branch -M main
1717
git push -u origin main
1818
```

0 commit comments

Comments
 (0)