Fixed indentation and added doas

This commit is contained in:
2021-10-06 17:52:09 +02:00
committed by GitHub
parent 3fd4e0182a
commit ef03b19fa0

View File

@ -12,6 +12,10 @@ Default is integer to roman.
```sh ```sh
sudo bash install.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) (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.