From 992b0d4d45032693da91eeca0343f5d36f4fe625 Mon Sep 17 00:00:00 2001 From: Simon Zolin Date: Fri, 25 Oct 2019 11:22:20 +0300 Subject: [PATCH] - fix Raspberry-Pi install instructions --- Raspberry-Pi.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Raspberry-Pi.md b/Raspberry-Pi.md index a243bee..950d801 100644 --- a/Raspberry-Pi.md +++ b/Raspberry-Pi.md @@ -66,6 +66,7 @@ It will unpack into a new directory called `AdGuardHome`. All you have to do is simply type this command to the Terminal: ```bash +cd AdGuardHome sudo ./AdGuardHome -s install ```