1
0
mirror of https://github.com/google/comprehensive-rust.git synced 2025-01-26 15:02:54 +02:00

Simplifies rustup

This commit is contained in:
Taufik Rama 2022-12-23 17:11:24 +07:00
parent b9eed2a072
commit b9085905f1

View File

@ -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
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
```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)
rest of the ecosystem.
[1]: https://rust-analyzer.github.io/
[2]: https://code.visualstudio.com/