Skip to content

Commit

Permalink
README: Give a hint about how to build Cargo from source.
Browse files Browse the repository at this point in the history
Just a hint.
  • Loading branch information
brson committed Feb 18, 2015
1 parent 4acc483 commit 21ed20b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Expand Up @@ -38,7 +38,10 @@ Read ["Installing Rust"][install] from [The Book][trpl].
When complete, `make install` will place several programs into
`/usr/local/bin`: `rustc`, the Rust compiler, and `rustdoc`, the
API-documentation tool.
API-documentation tool. This install does not include [Cargo],
Rust's package manager, which you may also want to build.

[Cargo]: https://github.com/rust-lang/cargo

### Building on Windows

Expand Down

0 comments on commit 21ed20b

Please sign in to comment.