From b9085905f1b7a0e5fb5901405cf86205ecf3d456 Mon Sep 17 00:00:00 2001 From: Taufik Rama Date: Fri, 23 Dec 2022 17:11:24 +0700 Subject: [PATCH] Simplifies rustup --- src/cargo.md | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/src/cargo.md b/src/cargo.md index 500daa9f..fc88a5d6 100644 --- a/src/cargo.md +++ b/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 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/