Updated README to include Debian version requirements.
This commit is contained in:
parent
a94291a95e
commit
966af8866e
1 changed files with 2 additions and 2 deletions
|
@ -60,7 +60,7 @@ rustup default stable
|
|||
|
||||
The [official documentation from Debian](https://wiki.debian.org/Rust) states one can either install the apt packages or use the [official rustup installer](https://www.rust-lang.org/tools/install).
|
||||
|
||||
Using apt packages (my used and tested method):
|
||||
Using apt packages for Debian 12+ (my used and tested method):
|
||||
|
||||
```
|
||||
sudo apt update -y
|
||||
|
@ -68,7 +68,7 @@ sudo apt upgrade -y
|
|||
sudo apt install rustc cargo rustfmt -y
|
||||
```
|
||||
|
||||
Using rustup:
|
||||
Using rustup (required for Debian 11.x and older):
|
||||
|
||||
```
|
||||
sudo apt update -y
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue