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 }