We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4acc483 commit 21ed20bCopy full SHA for 21ed20b
README.md
@@ -38,7 +38,10 @@ Read ["Installing Rust"][install] from [The Book][trpl].
38
39
When complete, `make install` will place several programs into
40
`/usr/local/bin`: `rustc`, the Rust compiler, and `rustdoc`, the
41
- API-documentation tool.
+ API-documentation tool. This install does not include [Cargo],
42
+ Rust's package manager, which you may also want to build.
43
+
44
+[Cargo]: https://github.com/rust-lang/cargo
45
46
### Building on Windows
47
0 commit comments