diff --git a/Quick-Installer-usage.md b/Quick-Installer-usage.md index 836e993..ee1b12f 100644 --- a/Quick-Installer-usage.md +++ b/Quick-Installer-usage.md @@ -1,10 +1,10 @@ -The [Quick Installer](https://github.com/billz/raspap-webgui/blob/master/installers/raspbian.sh) has several options for configuring a RaspAP installation. You can retrieve these usage notes from your command shell by requesting the installer like so: +The [Quick Installer](https://github.com/billz/raspap-webgui/blob/master/installers/raspbian.sh) has several options for configuring a RaspAP installation. You can get usage notes from your command shell by requesting the installer like so: ``` curl -sL https://install.raspap.com | bash -s -- --help ``` -Appending `-s -- [OPTION]` to the Quick Install directive will activate one or more options. These are described in detail below. +Appending `-s -- [OPTION]` to the Quick Install directive will activate one or more options. These are described below. #### -y, --yes, --assume-yes This option enables unattended installations, such that the installer assumes "yes" as an answer to all user prompts. This behavior is identical to how the same option with the `apt-get` package handler works. @@ -30,4 +30,4 @@ curl -sL https://install.raspap.com | bash -s -- --repo foo/bar --branch my-feat Outputs these usage notes and exits. #### -v, --version -Outputs RaspAP release info and exits. \ No newline at end of file +Queries the Github API, outputs the latest RaspAP release version and exits. \ No newline at end of file