Problem: make install fail on non-existing rust-installer

Solution: add a note about calling git submodule to README.md
This commit is contained in:
Michal Vyskocil 2015-07-28 23:38:22 +02:00
parent 5c1da067d4
commit 0cc228c017
1 changed files with 1 additions and 0 deletions

View File

@ -38,6 +38,7 @@ Cargo can then be compiled like many other standard unix-like projects:
```sh
git clone https://github.com/rust-lang/cargo
cd cargo
git submodule update --init src/rust-installer
python src/etc/install-deps.py
./configure --local-rust-root="$PWD"/rustc
make