From f9b29729736a6f4ec507ba9c756235419744c3e7 Mon Sep 17 00:00:00 2001 From: "b.waal" Date: Wed, 6 Sep 2023 01:27:34 +0200 Subject: [PATCH] Update 'README.md' --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index 406d9d0..82af42e 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,12 @@ # Pi-Hole +## Required packages: +``` +wget, bash +``` + +## Running the installer: +``` +wget https://raw.githubusercontent.com/Beeranco/PiAutomation/main/Installer.sh -O /tmp/installer.sh +bash /tmp/installer.sh +``` \ No newline at end of file