fix readme
This commit is contained in:
parent
d96d862383
commit
0b38e485b2
1 changed files with 3 additions and 3 deletions
|
@ -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:
|
||||
|
||||
```sh
|
||||
git clone https://codeberg.org/sw1tchbl4d3/rdo
|
||||
git clone https://mrrp.sx7n8.tech/soccera/rdo.git
|
||||
cd rdo
|
||||
make
|
||||
sudo make install
|
||||
rdo make install
|
||||
```
|
||||
|
||||
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:
|
||||
```sh
|
||||
sudo make uninstall
|
||||
rdo make uninstall
|
||||
```
|
||||
|
||||
### Usage
|
||||
|
|
Loading…
Add table
Reference in a new issue