bump version to v0.92-hotfix1

hmage 2019-01-04 22:31:29 +03:00
parent d448bc7714
commit 6d4399c63c
1 changed files with 3 additions and 3 deletions

@ -55,13 +55,13 @@ Once you're done and everything went successfully, you will be greeted by Raspbe
Go to [AdGuard Home page](https://github.com/AdguardTeam/AdGuardHome#installation) and download binaries for Raspberry Pi.
At the time of writing this guide, the latest version is v0.92.
At the time of writing this guide, the latest version is v0.92-hotfix1.
Let's download AdGuard Home and unpack it:
```bash
cd $HOME
wget https://github.com/AdguardTeam/AdGuardHome/releases/download/v0.92/AdGuardHome_v0.92_linux_arm.tar.gz
tar xvf AdGuardHome_v0.92_linux_arm.tar.gz
wget https://github.com/AdguardTeam/AdGuardHome/releases/download/v0.92-hotfix1/AdGuardHome_v0.92-hotfix1_linux_arm.tar.gz
tar xvf AdGuardHome_v0.92-hotfix1_linux_arm.tar.gz
```
It will unpack into a new directory called `AdGuardHome`.