README: Give a hint about how to build Cargo from source.

Just a hint.
This commit is contained in:
Brian Anderson 2015-02-15 20:41:16 -08:00
parent 4acc483106
commit 21ed20baf9

View file

@ -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