From 17c1f870931ea228f36c4b0fd0309862d1c618f5 Mon Sep 17 00:00:00 2001 From: Michal Vyskocil Date: Wed, 29 Jul 2015 00:01:11 +0200 Subject: [PATCH] remove the name of submodule per recomendation of @alexcrichton --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6d3e3f994..297bd21d6 100644 --- a/README.md +++ b/README.md @@ -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