]> git.proxmox.com Git - cargo.git/commitdiff
Make it clearer that rustup will also install cargo
authorLucian Buzzo <LucianBuzzo@users.noreply.github.com>
Thu, 6 Dec 2018 19:51:52 +0000 (19:51 +0000)
committerGitHub <noreply@github.com>
Thu, 6 Dec 2018 19:51:52 +0000 (19:51 +0000)
Make it clearer that cargo is automatically installed when installing Rust using `rustup`.

src/doc/src/getting-started/installation.md

index 186c9daa5dff2949d385b53250cf62f4cdb63d62..fa9da24454e274bfd99a2941f746dcd4450f0b0e 100644 (file)
@@ -3,7 +3,7 @@
 ### Install Rust and Cargo
 
 The easiest way to get Cargo is to install the current stable release of [Rust]
-by using `rustup`.
+by using `rustup`. Installing Rust using `rustup` will also install `cargo`.
 
 On Linux and macOS systems, this is done as follows: