1
0
mirror of https://github.com/google/comprehensive-rust.git synced 2025-07-03 21:39:51 +02:00

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.
This commit is contained in:
Martin Geisler
2025-06-19 10:45:02 +02:00
committed by GitHub
parent bb8b35ab74
commit f042c1d233

View File

@ -22,12 +22,10 @@ auto-completion and jump-to-definition functionality for [VS Code], [Emacs],
<details> <details>
- On Debian/Ubuntu, you can also install Cargo, the Rust source and the - On Debian/Ubuntu, you can install `rustup` via `apt`:
[Rust formatter] via `apt`. However, this gets you an outdated Rust version
and may lead to unexpected behavior. The command would be:
```shell ```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 - On macOS, you can use [Homebrew](https://brew.sh/) to install Rust, but this