You've already forked comprehensive-rust
mirror of
https://github.com/google/comprehensive-rust.git
synced 2025-06-26 18:51:00 +02:00
Simplifies rustup
This commit is contained in:
10
src/cargo.md
10
src/cargo.md
@ -16,15 +16,7 @@ This will allow [rust-analyzer][1] to jump to the definitions. We suggest using
|
|||||||
|
|
||||||
As a sidenote: if you have the access/capability to do so, it's recommended to
|
As a sidenote: if you have the access/capability to do so, it's recommended to
|
||||||
install Rust's tooling via [rustup](https://rustup.rs/) since it's better integrated with the
|
install Rust's tooling via [rustup](https://rustup.rs/) since it's better integrated with the
|
||||||
rest of the ecosystem. As of writing, the way to install `rustup` on Unix system would be
|
rest of the ecosystem.
|
||||||
|
|
||||||
```shell
|
|
||||||
$ curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
|
|
||||||
```
|
|
||||||
|
|
||||||
If you already have the tools installed via your distro's package manager, you might want to [follow
|
|
||||||
the guide](https://rust-lang.github.io/rustup/installation/package-managers.html) so the installations
|
|
||||||
can co-exists (or just be replaced)
|
|
||||||
|
|
||||||
[1]: https://rust-analyzer.github.io/
|
[1]: https://rust-analyzer.github.io/
|
||||||
[2]: https://code.visualstudio.com/
|
[2]: https://code.visualstudio.com/
|
||||||
|
Reference in New Issue
Block a user