Updated README to include Debian version requirements.

This commit is contained in:
Andrew Schott 2024-07-23 02:36:21 -05:00
parent a94291a95e
commit 966af8866e

View file

@ -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). 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 sudo apt update -y
@ -68,7 +68,7 @@ sudo apt upgrade -y
sudo apt install rustc cargo rustfmt -y sudo apt install rustc cargo rustfmt -y
``` ```
Using rustup: Using rustup (required for Debian 11.x and older):
``` ```
sudo apt update -y sudo apt update -y