Skip to content

Commit

Permalink
auto merge of #900 : steveklabnik/cargo/one_does_not_simply_make_carg…
Browse files Browse the repository at this point in the history
…o, r=alexcrichton

README fix with correct build instructions for building from source.
  • Loading branch information
bors committed Nov 18, 2014
2 parents 36be045 + 78f20ca commit d14394b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@
/Makefile
/config.mk
src/doc/build
rustc
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```
Expand Down

0 comments on commit d14394b

Please sign in to comment.