From 8fddaa0b6fe32c12b237f305ddaac372effad8d1 Mon Sep 17 00:00:00 2001 From: Santiago Lo Coco Date: Fri, 14 Jan 2022 00:11:12 -0300 Subject: [PATCH] Update README.md --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d3defc4..569c3c7 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ 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`. +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. For example, you can run @@ -36,7 +36,9 @@ 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. +Finally, you can run the script with `-l` if you want to print the log in the CocoRice.log file. + +Note that you can modify the `scripts/install.sh` if you want to install some programs on your machine when this script is run. By default, `scripts/bootstrap.sh` will not run this script, so you will need to use the `-p` flag if you want it to run `scripts/install.sh`. ## Dependencies