Add AUR badge and instructions in README.md
This commit is contained in:
parent
5443db5502
commit
567899b1a1
1 changed files with 5 additions and 1 deletions
|
@ -1,9 +1,13 @@
|
||||||
# RootDO
|
# RootDO [](https://aur.archlinux.org/packages/rdo/)
|
||||||
|
|
||||||
This little "project" aims to be a very slim alternative to both sudo and doas.
|
This little "project" aims to be a very slim alternative to both sudo and doas.
|
||||||
|
|
||||||
### Installation
|
### Installation
|
||||||
|
|
||||||
|
If you are on Arch Linux, you can download the package via the [AUR](https://aur.archlinux.org/packages/rdo/).
|
||||||
|
|
||||||
|
If you are using any other linux distro, you can build it yourself by following these instructions:
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
git clone https://codeberg.org/sw1tchbl4d3/rdo
|
git clone https://codeberg.org/sw1tchbl4d3/rdo
|
||||||
cd rdo
|
cd rdo
|
||||||
|
|
Loading…
Add table
Reference in a new issue