Skip to content

Commit c2829b3

Browse files
committed
Auto merge of #6388 - LucianBuzzo:patch-1, r=alexcrichton
Make it clearer that rustup will also install cargo Make it clearer that cargo is automatically installed when installing Rust using `rustup`.
2 parents cdcb8f2 + 0fb6f81 commit c2829b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
### Install Rust and Cargo
44

55
The easiest way to get Cargo is to install the current stable release of [Rust]
6-
by using `rustup`.
6+
by using `rustup`. Installing Rust using `rustup` will also install `cargo`.
77

88
On Linux and macOS systems, this is done as follows:
99

0 commit comments

Comments
 (0)