From f042c1d2332c15492320b90a403cf7a78ba37a8d Mon Sep 17 00:00:00 2001 From: Martin Geisler Date: Thu, 19 Jun 2025 10:45:02 +0200 Subject: [PATCH] Update cargo.md Now that there is a `rustup` package, we can take away the scary language and ask people to install that. This has the advantage that people get a trusted tool to download the latest Rust compiler. --- src/cargo.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/src/cargo.md b/src/cargo.md index f1769698..e9128cea 100644 --- a/src/cargo.md +++ b/src/cargo.md @@ -22,12 +22,10 @@ auto-completion and jump-to-definition functionality for [VS Code], [Emacs],
-- On Debian/Ubuntu, you can also install Cargo, the Rust source and the - [Rust formatter] via `apt`. However, this gets you an outdated Rust version - and may lead to unexpected behavior. The command would be: +- On Debian/Ubuntu, you can install `rustup` via `apt`: ```shell - sudo apt install cargo rust-src rustfmt + sudo apt install rustup ``` - On macOS, you can use [Homebrew](https://brew.sh/) to install Rust, but this