From 0b38e485b2d8d3b6e9fa77633018e4850f7f4140 Mon Sep 17 00:00:00 2001 From: lily Date: Wed, 13 Aug 2025 11:23:36 +1000 Subject: [PATCH] fix readme --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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