From edefd01b3e73e019b9d0bb63419ab91264bb330d Mon Sep 17 00:00:00 2001 From: Andrew Schott Date: Sat, 15 Jun 2024 00:28:00 -0500 Subject: [PATCH] README.md updates - compatibility table --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3cc8e06..fafdcc9 100644 --- a/README.md +++ b/README.md @@ -99,7 +99,7 @@ sudo zypper install rustup && rustup toolchain install stable The current scope and intended use of the tool is: -* Not to be run as root -- be a privileged user. +* Not to be run as root -- be a regular user with sudo rights to run the package manager tools. * Currently custom parameters, logging, and other useful fancy stuff is not implemented. It will be, but not now. * The testing has been done in a limited fashion. I have several Workstations, Laptops, VMs, VPS's, and contributors that are able to validate things. The testing matrix above has the details, play in a VM if your platform is untested (notably arch). I test first in distrobox, then if things work a VM or a contributor report. * If you have any doubts as to what the hell is going on under the hood, look at the source or look at the bash or python versions. If the parameters are too conservative or aggressive -- edit the source or wait until I get custom parameters implemented.