Skip to content

Commit

Permalink
Add rustup link
Browse files Browse the repository at this point in the history
Signed-off-by: hi-rustin <rustin.liu@gmail.com>
  • Loading branch information
Rustin170506 committed Feb 8, 2022
1 parent bdb51e7 commit 8d0e36a
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 8d0e36a

Please sign in to comment.