File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
src/doc/src/getting-started Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change 3
3
### Install Rust and Cargo
4
4
5
5
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 ` .
7
7
8
8
On Linux and macOS systems, this is done as follows:
9
9
@@ -32,6 +32,7 @@ For other installation options and information, visit the
32
32
Alternatively, you can [ build Cargo from source] [ compiling-from-source ] .
33
33
34
34
[ rust ] : https://www.rust-lang.org/
35
+ [ rustup ] : https://rustup.rs/
35
36
[ rustup-init.exe ] : https://win.rustup.rs/
36
37
[ install-rust ] : https://www.rust-lang.org/tools/install
37
38
[ compiling-from-source ] : https://github.com/rust-lang/cargo#compiling-from-source
You can’t perform that action at this time.
0 commit comments