Skip to content

Commit afdaa8d

Browse files
authored
Merge pull request #6 from karboggy/fix/forking-submodule
Update 2. forking.md (missing rm)
2 parents 22b408c + 2ab1cb1 commit afdaa8d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

documents/6. Make Your Own CFW/2. forking.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,10 @@ git push
2828
cd ~
2929
git clone https://github.com/diode123/diode-os-victor --recursive
3030
cd wire-os-victor
31-
git rm -f EXTERNALS
31+
git rm -f EXTERNALS .git/modules/EXTERNALS
3232
rm -rf EXTERNALS
3333
git commit -m "remove externals"
3434
git submodule add https://github.com/diode123/diode-os-externals EXTERNALS
3535
git commit -m "update externals"
3636
git push
37-
```
37+
```

0 commit comments

Comments
 (0)