1
0
mirror of https://github.com/google/comprehensive-rust.git synced 2024-12-26 19:23:22 +02:00

Merge pull request #27 from taufik-rama/docs/rustup-installation

Mention rustup.rs on the installation page

Fixes #19.
This commit is contained in:
Martin Geisler 2022-12-23 11:41:30 +01:00 committed by GitHub
commit 61aa12e3f3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -14,5 +14,9 @@ $ sudo apt install cargo rust-src
This will allow [rust-analyzer][1] to jump to the definitions. We suggest using
[VS Code][2] to edit the code (but any LSP compatible editor works).
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.
[1]: https://rust-analyzer.github.io/
[2]: https://code.visualstudio.com/