README: Give a hint about how to build Cargo from source.
Just a hint.
diff --git a/README.md b/README.md
index a0ebfc6..f13bc28 100644
--- a/README.md
+++ b/README.md
@@ -38,7 +38,10 @@
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