1
0
Fork 0
forked from soccera/rdo
rdo/README.md
2021-07-15 14:45:21 +02:00

35 lines
791 B
Markdown

# RootDO [![AUR](https://img.shields.io/aur/version/rdo.svg)](https://aur.archlinux.org/packages/rdo/)
This little "project" aims to be a very slim alternative to both sudo and doas.
### 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
git clone https://codeberg.org/sw1tchbl4d3/rdo
cd rdo
make
sudo make install
```
After that, you'll have to configure rdo to allow you to use it.
To do this, edit `/etc/rdo.conf`, and set the username variable to your own.
After that you're good to go!
And to uninstall:
```sh
sudo make uninstall
```
### Usage
```sh
rdo [command]
```
### Dependencies
- `libbsd`