Fixed indentation and added doas

This commit is contained in:
Mattia Mascarello 2021-10-06 17:52:09 +02:00 committed by GitHub
parent 3fd4e0182a
commit ef03b19fa0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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
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