Skip to content

Commit 21ed20b

Browse files
committed
README: Give a hint about how to build Cargo from source.
Just a hint.
1 parent 4acc483 commit 21ed20b

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,10 @@ Read ["Installing Rust"][install] from [The Book][trpl].
3838
3939
When complete, `make install` will place several programs into
4040
`/usr/local/bin`: `rustc`, the Rust compiler, and `rustdoc`, the
41-
API-documentation tool.
41+
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
4245

4346
### Building on Windows
4447

0 commit comments

Comments
 (0)