Corrected typo in git submodule command (#40)

This commit is contained in:
Nicholas Humfrey 2019-01-25 13:03:01 +00:00 committed by Daniil Baturin
parent daaaa3eaf8
commit 5b8b51eabc

View File

@ -173,7 +173,7 @@ Fetching all submodules at once and update them to the recent remote branches
```bash
$ git submodule update --init --recursive
$ git submodule update --remotes
$ git submodule update --remote
```
### Building packages