From ddc3c3935d1be2fbc6c9b07c6c8241434cc6de37 Mon Sep 17 00:00:00 2001 From: Santiago Lo Coco Date: Fri, 14 Jan 2022 00:14:43 -0300 Subject: [PATCH] Update README.md and update usage() --- README.md | 2 +- scripts/bootstrap.sh | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 569c3c7..461275a 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,7 @@ to use dialog. 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`. +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` (it will run at the end of the `scripts/bootstrap.sh` script). ## Dependencies diff --git a/scripts/bootstrap.sh b/scripts/bootstrap.sh index 7313176..639fb59 100755 --- a/scripts/bootstrap.sh +++ b/scripts/bootstrap.sh @@ -6,6 +6,7 @@ usage: ${0##*/} [command] -h | --help Print this help message. -d | --dialog Use dialog. -l | --log Log to CocoRice.log file. + -p | --packages Run scripts/install.sh at the end of this script. EOF }