Update README.md
This commit is contained in:
parent
5d8e97eab1
commit
18c188cad7
13
README.md
13
README.md
|
@ -21,9 +21,20 @@ Run
|
||||||
sh scripts/bootstrap.sh
|
sh scripts/bootstrap.sh
|
||||||
```
|
```
|
||||||
|
|
||||||
|
By default the script will run with whiptail (`libnewt`).
|
||||||
|
|
||||||
|
However, the script can use both `dialog` and `whiptail` as a way to display dialog boxes, so if you want to use dialog you have to pass `-d` as a parameter, and if you want to use whiptail `-w`.
|
||||||
|
|
||||||
|
For example, you can run
|
||||||
|
|
||||||
|
```bash
|
||||||
|
sh scripts/bootstrap.sh -d
|
||||||
|
```
|
||||||
|
to use dialog.
|
||||||
|
|
||||||
## Dependencies <a name="dependencies"></a>
|
## Dependencies <a name="dependencies"></a>
|
||||||
|
|
||||||
You must install dialog.
|
You must install `libnewt` or `dialog`.
|
||||||
|
|
||||||
## Contributing <a name="contributing"></a>
|
## Contributing <a name="contributing"></a>
|
||||||
PRs are welcome.
|
PRs are welcome.
|
||||||
|
|
Loading…
Reference in New Issue