diff --git a/.gitignore b/.gitignore index ca38a825f46..dd674e8890d 100644 --- a/.gitignore +++ b/.gitignore @@ -4,3 +4,4 @@ /Makefile /config.mk src/doc/build +rustc diff --git a/README.md b/README.md index fc7fc857c63..45151e0c3fd 100644 --- a/README.md +++ b/README.md @@ -43,7 +43,8 @@ Cargo can then be compiled like many other standard unix-like projects: ```sh git clone https://github.com/rust-lang/cargo cd cargo -./configure +./.travis.install.deps.sh +./configure --local-rust-root=`pwd`/rustc make make install ```