From 21ed20baf932dd092cc80b0f4ade38dd7aa7c788 Mon Sep 17 00:00:00 2001 From: Brian Anderson Date: Sun, 15 Feb 2015 20:41:16 -0800 Subject: [PATCH] README: Give a hint about how to build Cargo from source. Just a hint. --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a0ebfc692732..f13bc287fabd 100644 --- a/README.md +++ b/README.md @@ -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