Skip to content

Commit 0fb6f81

Browse files
authored
Make it clearer that rustup will also install cargo
Make it clearer that cargo is automatically installed when installing Rust using `rustup`.
1 parent cdcb8f2 commit 0fb6f81

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
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)