mirror of
https://github.com/billz/raspap-webgui.git
synced 2023-10-10 13:37:24 +02:00
Updated Quick Installer usage (markdown)
parent
94367e8969
commit
703f68d1e7
@ -19,9 +19,9 @@ This option installs an SSL certificate with `mkcert` and configures lighttpd fo
|
|||||||
If you have forked this project to your own GitHub repo, this option lets you override the default GitHub repo (`billz/raspap-webgui`) used to install RaspAP. An alternate repository name is a required parameter.
|
If you have forked this project to your own GitHub repo, this option lets you override the default GitHub repo (`billz/raspap-webgui`) used to install RaspAP. An alternate repository name is a required parameter.
|
||||||
|
|
||||||
#### -b, --branch <name>
|
#### -b, --branch <name>
|
||||||
Similarly, this option overrides the default git branch (master). This is useful if you have created a feature branch (`my-great-feature`) and wish to test an installation using the Quick Installer. The alternate branch name is a required parameter.
|
Similarly, this option overrides the default git branch (master). This is useful if you have created a feature branch (`my-feature`) and wish to test an installation using the Quick Installer. The alternate branch name is a required parameter.
|
||||||
|
|
||||||
An example combining the two options is given below:
|
An example combining the two options is given below:
|
||||||
```
|
```
|
||||||
curl -sL https://install.raspap.com | bash -s -- --repo foo/bar --branch my-great-feature
|
curl -sL https://install.raspap.com | bash -s -- --repo foo/bar --branch my-feature
|
||||||
```
|
```
|
||||||
|
Loading…
Reference in New Issue
Block a user