rdo/README.md
sw1tchbl4d3 f5bfafe269 Add config for rdo
This is needed for #1.
2021-07-13 23:21:34 +02:00

28 lines
455 B
Markdown

# RootDO
This little "project" aims to be a very slim alternative to both sudo and doas.
### Installation
```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]
```