Update 'README.md'

This commit is contained in:
b.waal 2023-09-06 01:27:34 +02:00
parent 88b1a1c26d
commit f9b2972973

View File

@ -1,2 +1,12 @@
# Pi-Hole # 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
```