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