Update README.md and update usage()
This commit is contained in:
parent
8fddaa0b6f
commit
ddc3c3935d
|
@ -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>
|
||||
|
||||
|
|
|
@ -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
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue