Update README.md

This commit is contained in:
Santiago Lo Coco 2022-01-09 21:03:20 -03:00
parent 0efd09d9af
commit 284e5e5a89
2 changed files with 4 additions and 2 deletions

View File

@ -36,6 +36,8 @@ sh scripts/bootstrap.sh -d
```
to use dialog.
Finally, you can run the script with `-f` if you want to print the log in the CocoRice.log file.
## Dependencies <a name="dependencies"></a>
You must install `libnewt` or `dialog`.

View File

@ -6,7 +6,7 @@ usage: ${0##*/} [command]
-h Print this help message.
-w Use whiptail.
-d Use dialog.
-f Debug to CocoRice.log file.
-l Log to CocoRice.log file.
EOF
}
@ -31,7 +31,7 @@ checkParameters() {
checkForDependencies "dialog"
setDialogBox "dialog"
;;
f)
l)
checkForDependencies "libnewt"
setDialogBox "whiptail"
setDebugToFile false