diff --git a/README.md b/README.md index 0f3a2e4..12c64d3 100644 --- a/README.md +++ b/README.md @@ -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