From 966af8866e0d7ad6beefbc8f0a879fe63624a032 Mon Sep 17 00:00:00 2001 From: Andrew Schott Date: Tue, 23 Jul 2024 02:36:21 -0500 Subject: [PATCH] Updated README to include Debian version requirements. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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