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:
Eugene Burkov 2021-06-03 12:27:33 +03:00
parent 22d15aaad6
commit 8f93b87a66
1 changed files with 2 additions and 2 deletions

View File

@ -272,12 +272,12 @@ There are three options how you can install an unstable version:
Beta: 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: 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 * Beta channel builds