Browse Source

Tweak the submodule update command (#1364)

pull/1366/head
Gabor Greif 5 years ago
committed by GitHub
parent
commit
1d0026e4f5
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      docs/contributing-building.md

2
docs/contributing-building.md

@ -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

Loading…
Cancel
Save