You've already forked comprehensive-rust
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:
@ -22,12 +22,10 @@ auto-completion and jump-to-definition functionality for [VS Code], [Emacs],
|
||||
|
||||
<details>
|
||||
|
||||
- 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
|
||||
|
Reference in New Issue
Block a user