Fixed indentation and added doas
This commit is contained in:
parent
3fd4e0182a
commit
ef03b19fa0
20
README.md
20
README.md
|
@ -6,13 +6,17 @@ Default is integer to roman.
|
||||||
## Options
|
## Options
|
||||||
* -r : Roman to integer. Integer to roman is the default.
|
* -r : Roman to integer. Integer to roman is the default.
|
||||||
## Installation
|
## Installation
|
||||||
1. Clone this repository
|
1. Clone this repository
|
||||||
2. `cd` into it
|
2. `cd` into it
|
||||||
3. run
|
3. run
|
||||||
```sh
|
```sh
|
||||||
sudo bash install.sh
|
sudo bash install.sh
|
||||||
```
|
```
|
||||||
(The program is compiled at this time, you may check the script and the program out beforehand)
|
or
|
||||||
|
```sh
|
||||||
|
doas bash install.sh
|
||||||
|
```
|
||||||
|
(The program is compiled at this time, you may check the script and the program out beforehand)
|
||||||
## Examples
|
## Examples
|
||||||
Once installed, you can find sample files in the project dir.
|
Once installed, you can find sample files in the project dir.
|
||||||
```sh
|
```sh
|
||||||
|
@ -27,4 +31,4 @@ A manpage is installed alongside the program, try running `man ropipe`
|
||||||
|
|
||||||
## Updates
|
## 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
|
||||||
|
|
Loading…
Reference in New Issue
Block a user