Update README.md
This commit is contained in:
parent
0efd09d9af
commit
284e5e5a89
|
@ -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`.
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue