README: Give a hint about how to build Cargo from source.
Just a hint.
This commit is contained in:
parent
4acc483106
commit
21ed20baf9
1 changed files with 4 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue