Pull request: fix readme
Merge in DNS/adguard-home from fix-readme to master Squashed commit of the following: commit 12f1bf05b229983eededccdb30718a9ae0091a73 Author: Eugene Burkov <e.burkov@adguard.com> Date: Thu Jun 3 11:55:24 2021 +0300 readme: fix unstable installs crul + shell command
This commit is contained in:
parent
22d15aaad6
commit
8f93b87a66
|
@ -272,12 +272,12 @@ There are three options how you can install an unstable version:
|
|||
|
||||
Beta:
|
||||
```
|
||||
curl -sSL https://raw.githubusercontent.com/AdguardTeam/AdGuardHome/master/scripts/install.sh | sh -s beta
|
||||
curl -s -S -L https://raw.githubusercontent.com/AdguardTeam/AdGuardHome/master/scripts/install.sh | sh -s -- -c beta
|
||||
```
|
||||
|
||||
Edge:
|
||||
```
|
||||
curl -sSL https://raw.githubusercontent.com/AdguardTeam/AdGuardHome/master/scripts/install.sh | sh -s edge
|
||||
curl -s -S -L https://raw.githubusercontent.com/AdguardTeam/AdGuardHome/master/scripts/install.sh | sh -s -- -c edge
|
||||
```
|
||||
|
||||
* Beta channel builds
|
||||
|
|
Loading…
Reference in New Issue