Update BACKERS.md

This commit is contained in:
Bill Zimmerman 2021-04-23 15:27:41 +02:00 committed by GitHub
parent 6d3966dd8a
commit 08164f43f1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 20 additions and 9 deletions

View File

@ -23,7 +23,7 @@ When backers were asked which feature they'd most like to see added to RaspAP, t
✅ Night mode toggle
✅ Restrict network to static clients
✅ [WireGuard support](https://docs.raspap.com/wireguard/)
⚙️ Traffic shaping (in progress)
✅ [Set AP transmit power](https://docs.raspap.com/ap-basics/#transmit-power)
Look for the list above to grow as we add more exclusive features.
@ -35,13 +35,24 @@ The first **Insiders Edition** includes the exclusive features listed above.
### Frequently asked questions
#### How do I install Insiders?
*How do I install Insiders?*
Invoke the [Quick Installer](https://docs.raspap.com/quick/) with the `--insiders` switch, like so:
```
curl -sL https://install.raspap.com | bash -s -- --insiders
```
This will automatically pull from the private Insiders repo during the installation process.
#### Upgrading
*I have an existing RaspAP installation. How do I upgrade to Insiders?*
Upgrading is easy. Simply invoke the [Quick Installer](https://docs.raspap.com/quick/) with the `--upgrade` switch, specifying the private Insiders repo, like so:
Upgrading is easy. Invoke the [Quick Installer](https://docs.raspap.com/quick/) with the `--upgrade` switch, specifying the private Insiders edition, like so:
```
curl -sL https://install.raspap.com | bash -s -- --upgrade --repo raspap/raspap-insiders
curl -sL https://install.raspap.com | bash -s -- --upgrade --insiders
```
If you haven't [added SSH keys to your GitHub account](https://docs.github.com/en/github/authenticating-to-github/connecting-to-github-with-ssh) you will be prompted to authenticate. If so, just enter your GitHub credentials during the install: