Updated Quick Installer usage (markdown)

Bill Zimmerman 2019-11-27 10:44:44 +01:00
parent 248cab6fd1
commit 94367e8969
1 changed files with 1 additions and 1 deletions

@ -23,5 +23,5 @@ Similarly, this option overrides the default git branch (master). This is useful
An example combining the two options is given below:
```
curl -sL https://install.raspap.com | bash -s -- --repo billz/my-other-repo --branch my-great-feature
curl -sL https://install.raspap.com | bash -s -- --repo foo/bar --branch my-great-feature
```