fix readme

This commit is contained in:
lily 2025-08-13 11:23:36 +10:00
parent d96d862383
commit 0b38e485b2

View file

@ -7,10 +7,10 @@ This project aims to be a very slim alternative to both sudo and doas.
You can clone and build rdo with the following set of commands: You can clone and build rdo with the following set of commands:
```sh ```sh
git clone https://codeberg.org/sw1tchbl4d3/rdo git clone https://mrrp.sx7n8.tech/soccera/rdo.git
cd rdo cd rdo
make make
sudo make install rdo make install
``` ```
After that, you'll have to configure rdo to allow you to use it. After that, you'll have to configure rdo to allow you to use it.
@ -20,7 +20,7 @@ Then you're good to go!
To uninstall: To uninstall:
```sh ```sh
sudo make uninstall rdo make uninstall
``` ```
### Usage ### Usage