Update README.md and update usage()

This commit is contained in:
Santiago Lo Coco 2022-01-14 00:14:43 -03:00
parent 8fddaa0b6f
commit ddc3c3935d
2 changed files with 2 additions and 1 deletions

View File

@ -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 <a name="dependencies"></a>

View File

@ -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
}