Skip to content

Commit c082648

Browse files
committed
Auto merge of #10371 - hi-rustin:rustin-patch-rustup-link, r=ehuss
Add rustup link I think it might be better to add a link for rustup.
2 parents bdb51e7 + 8d0e36a commit c082648

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 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`. Installing Rust using `rustup` will also install `cargo`.
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

@@ -32,6 +32,7 @@ For other installation options and information, visit the
3232
Alternatively, you can [build Cargo from source][compiling-from-source].
3333

3434
[rust]: https://www.rust-lang.org/
35+
[rustup]: https://rustup.rs/
3536
[rustup-init.exe]: https://win.rustup.rs/
3637
[install-rust]: https://www.rust-lang.org/tools/install
3738
[compiling-from-source]: https://github.com/rust-lang/cargo#compiling-from-source

0 commit comments

Comments
 (0)