From 12cd5fa1405d01ee12c9cdfa1cc04fca8a5040fd Mon Sep 17 00:00:00 2001 From: JMARyA Date: Fri, 28 Mar 2025 09:40:33 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20README?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..dfc8863 --- /dev/null +++ b/README.md @@ -0,0 +1,19 @@ +# sudoas + +`sudoas` is a minimal compatibility wrapper that provides the `sudo` dependency using `doas`. It allows packages that rely on `sudo` to work with `doas` without major modifications. + +## Installation + +1. Install the package: + ```bash + sudo pacman -S sudoas + ``` + +2. Alternatively, build it manually: + ```bash + makepkg -si + ``` + +## Usage + +After installation, the `sudo` command will invoke `doas` instea. This way keeping existing scripts or commands working.