Tweak the submodule update command (#1364)

This commit is contained in:
Gabor Greif
2020-03-19 22:04:44 +01:00
committed by GitHub
parent afd980b4f6
commit 1d0026e4f5

View File

@@ -14,7 +14,7 @@ and most other crates in the repository, you have to ensure that those are
initialized with this command:
```shell
git submodule init && git submodule update
git submodule update --init
```
### The Rust Toolchain