mirror of
https://github.com/helix-editor/helix.git
synced 2024-11-22 17:36:19 +04:00
book: Mention git submodule sync too
This commit is contained in:
parent
acced82be6
commit
29fe504398
@ -43,7 +43,7 @@ ## Common Issues
|
||||
|
||||
- If you get errors when building after switching branches, you may have to remove or update tree-sitter submodules. You can update submodules by running
|
||||
```sh
|
||||
$ git submodule update --init
|
||||
$ git submodule sync; git submodule update --init
|
||||
```
|
||||
- Make sure to not use the `--remote` flag. To remove submodules look inside the `.gitmodules` and remove directories that are not present inside of it.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user