Skip to content

Commit

Permalink
Auto merge of #10371 - hi-rustin:rustin-patch-rustup-link, r=ehuss
Browse files Browse the repository at this point in the history
Add rustup link

I think it might be better to add a link for rustup.
  • Loading branch information
bors committed Feb 8, 2022
2 parents bdb51e7 + 8d0e36a commit c082648
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/doc/src/getting-started/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down Expand Up @@ -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

0 comments on commit c082648

Please sign in to comment.