mirror of
https://github.com/rust-lang/cargo.git
synced 2025-09-25 11:14:46 +00:00
remove the name of submodule per recomendation of @alexcrichton
This commit is contained in:
parent
0cc228c017
commit
17c1f87093
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user