diff --git a/README.md b/README.md index 7c48f3d..ef661d0 100644 --- a/README.md +++ b/README.md @@ -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