📝 README
This commit is contained in:
parent
3c7f5f3153
commit
12cd5fa140
1 changed files with 19 additions and 0 deletions
19
README.md
Normal file
19
README.md
Normal file
|
@ -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.
|
Loading…
Add table
Add a link
Reference in a new issue