Updated Quick Installer usage (markdown)

Bill Zimmerman 2019-12-05 16:05:32 +01:00
parent 749724a408
commit a81734e7ae
1 changed files with 3 additions and 3 deletions

@ -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.
Queries the Github API, outputs the latest RaspAP release version and exits.