remove the name of submodule per recomendation of @alexcrichton

This commit is contained in:
Michal Vyskocil 2015-07-29 00:01:11 +02:00
parent 0cc228c017
commit 17c1f87093

View File

@ -38,7 +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
git submodule update --init
python src/etc/install-deps.py
./configure --local-rust-root="$PWD"/rustc
make