From 231a7991e04cc379407b783d49ef97b527d98ded Mon Sep 17 00:00:00 2001 From: sandyx Date: Sun, 2 Feb 2025 09:47:21 -0600 Subject: [PATCH 1/2] fix readme --- readme.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/readme.md b/readme.md index 27de371..a0a7baa 100644 --- a/readme.md +++ b/readme.md @@ -1,9 +1,9 @@ -#Rub ->to install +# Rub +to install ``` #sh install ``` ->to run +to run ``` $rub ``` From 6432ccef4a81442c576cc1f2043071617ac580f6 Mon Sep 17 00:00:00 2001 From: sandyx Date: Sun, 2 Feb 2025 09:50:30 -0600 Subject: [PATCH 2/2] fix readme --- readme.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/readme.md b/readme.md index a0a7baa..b3722b9 100644 --- a/readme.md +++ b/readme.md @@ -1,9 +1,9 @@ # Rub to install ``` -#sh install +root@computer ~/somewhere # sh install ``` to run ``` -$rub +user@computer ~/somewhere $ rub ```