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.
This commit is contained in:
bors 2022-02-08 14:55:05 +00:00
commit c082648646

View 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`. Installing Rust using `rustup` will also install `cargo`.
by using [rustup]. Installing Rust using `rustup` will also install `cargo`.
On Linux and macOS systems, this is done as follows:
@ -32,6 +32,7 @@ For other installation options and information, visit the
Alternatively, you can [build Cargo from source][compiling-from-source].
[rust]: https://www.rust-lang.org/
[rustup]: https://rustup.rs/
[rustup-init.exe]: https://win.rustup.rs/
[install-rust]: https://www.rust-lang.org/tools/install
[compiling-from-source]: https://github.com/rust-lang/cargo#compiling-from-source