From 9dee5e6a566c1743783f5603e6ce987f47d0273f Mon Sep 17 00:00:00 2001 From: Andrew Schott Date: Sat, 15 Jun 2024 00:43:31 -0500 Subject: [PATCH] README.md updates - compatibility table --- README.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 178553d..19c156e 100644 --- a/README.md +++ b/README.md @@ -57,17 +57,17 @@ The [official documentation from Debian](https://wiki.debian.org/Rust) states on Using apt packages: ``` -sudo apt update -sudo apt upgrade -sudo apt install rustc cargo rustfmt +sudo apt update -y +sudo apt upgrade -y +sudo apt install rustc cargo rustfmt -y ``` Using rustup: ``` -sudo apt update -sudo apt upgrade -sudo apt install curl build-essential gcc make +sudo apt update -y +sudo apt upgrade -y +sudo apt install curl build-essential gcc make -y curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh ``` @@ -92,7 +92,7 @@ sudo dnf install rust cargo -y The [official documentation from OpenSuSE.org](https://en.opensuse.org/Rust) states to use rustup, so here it is: ``` -sudo zypper install rustup && rustup toolchain install stable +sudo zypper install rustup -y && rustup toolchain install stable ``` ## **OSUPDATE ACQUISITION, COMPILATION AND USAGE**