From 0cc228c0174c3dedc79e87dacb420a512c937103 Mon Sep 17 00:00:00 2001 From: Michal Vyskocil Date: Tue, 28 Jul 2015 23:38:22 +0200 Subject: [PATCH] Problem: make install fail on non-existing rust-installer Solution: add a note about calling git submodule to README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 20786fcc1..6d3e3f994 100644 --- a/README.md +++ b/README.md @@ -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