From eddca8f127d2b133f680d6983d34c1c8d3d39da9 Mon Sep 17 00:00:00 2001 From: John Wiebalk Date: Thu, 19 Jan 2017 21:40:52 -0500 Subject: [PATCH] Correct path for automated installer basic-install.sh is in the `automated install` dir instead of `automated_installer` --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9da58540..4ffef079 100644 --- a/README.md +++ b/README.md @@ -42,7 +42,7 @@ _If you wish to read over the script before running it, run `nano basic-install. ``` git clone --depth 1 https://github.com/pi-hole/pi-hole.git Pi-hole -cd Pi-hole/automated_installer/ +cd Pi-hole/automated\ install/ bash basic-install.sh ```