From ef03b19fa0c78919ffead1978e1b25d865c1f4eb Mon Sep 17 00:00:00 2001 From: MatMasIt Date: Wed, 6 Oct 2021 17:52:09 +0200 Subject: [PATCH] Fixed indentation and added doas --- README.md | 20 ++++++++++++-------- 1 file changed, 12 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 24a1212..d30164a 100644 --- a/README.md +++ b/README.md @@ -6,13 +6,17 @@ Default is integer to roman. ## Options * -r : Roman to integer. Integer to roman is the default. ## Installation - 1. Clone this repository - 2. `cd` into it - 3. run - ```sh - sudo bash install.sh - ``` - (The program is compiled at this time, you may check the script and the program out beforehand) +1. Clone this repository +2. `cd` into it +3. run +```sh +sudo bash install.sh +``` +or +```sh +doas bash install.sh +``` +(The program is compiled at this time, you may check the script and the program out beforehand) ## Examples Once installed, you can find sample files in the project dir. ```sh @@ -27,4 +31,4 @@ A manpage is installed alongside the program, try running `man ropipe` ## Updates -There is no automatic update system as of yet, you are advised to regularly visit https://github.com/MatMasIt/ropipe, download and re-run the installer in order to get updates \ No newline at end of file +There is no automatic update system as of yet, you are advised to regularly visit https://github.com/MatMasIt/ropipe, download and re-run the installer in order to get updates