Fixed indentation and added doas
This commit is contained in:
parent
3fd4e0182a
commit
ef03b19fa0
18
README.md
18
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
|
||||||
|
|
Loading…
Reference in New Issue
Block a user