mirror of
https://github.com/google/comprehensive-rust.git
synced 2025-04-28 17:55:41 +02:00
Removed magic incantation that should just be behind the link
This commit is contained in:
parent
3eecb4bef6
commit
1196622b7a
10
src/cargo.md
10
src/cargo.md
@ -11,15 +11,7 @@ and how it fits into this training.
|
|||||||
|
|
||||||
You can follow the instructions to install cargo and rust compiler, among other standard ecosystem tools with the [rustup][3] tool, which is maintained by the Rust Foundation.
|
You can follow the instructions to install cargo and rust compiler, among other standard ecosystem tools with the [rustup][3] tool, which is maintained by the Rust Foundation.
|
||||||
|
|
||||||
On Unix-like systems you can curl down the install script and pipe it into your shell like so:
|
Along with cargo and rustc, Rustup will install itself as a command line utility that you can use to install/switch toolchains, setup cross compilation, etc.
|
||||||
|
|
||||||
```shell
|
|
||||||
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
|
|
||||||
```
|
|
||||||
|
|
||||||
On windows there is a `rustup-init.exe` available on the website.
|
|
||||||
|
|
||||||
Rustup also installs itself as an additional command line utility that you can use to install toolchains, setup cross compilation, etc.
|
|
||||||
|
|
||||||
### Package Managers
|
### Package Managers
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user