fix broken link

hmage 2018-10-16 23:52:06 +03:00
parent 0e21030f5b
commit a24fbb09b9
1 changed files with 3 additions and 3 deletions

@ -60,8 +60,8 @@ At the time of writing this guide, the latest version is v0.9.
Let's download AdGuard Home and unpack it: Let's download AdGuard Home and unpack it:
```bash ```bash
cd $HOME cd $HOME
wget https://github.com/AdguardTeam/AdGuardHome/releases/download/v0.9/AdGuardHome_0.9_linux_arm.tar.gz wget https://github.com/AdguardTeam/AdGuardHome/releases/download/v0.9/AdGuardHome_v0.9_linux_arm.tar.gz
tar xvf AdGuardHome_0.9_linux_arm.tar.gz tar xvf AdGuardHome_v0.9_linux_arm.tar.gz
``` ```
It will unpack into a new directory called `AdGuardHome`. It will unpack into a new directory called `AdGuardHome`.
@ -150,4 +150,4 @@ After you're done editing, save the file and start your AdGuard Home again:
sudo systemctl start adguard-home sudo systemctl start adguard-home
``` ```
After that, visiting web interface in a browser will ask for username and password. After that, visiting web interface in a browser will ask for username and password.