diff --git a/README.md b/README.md index a68b589..ce1874e 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ IP=$(ip addr show $NIC | grep "inet\b" | awk '{print $2}' | cut -d/ -f1) docker run -p 53:53/tcp -p 53:53/udp -p 80:80 --cap-add=NET_ADMIN -e ServerIP="$IP" --name pihole -d $IMAGE # Recommended auto ad list updates & log rotation: -wget -O- https://raw.githubusercontent.com/diginc/docker-pi-hole/master/docker-pi-hole.cron | sudo tee /etc/cron.d/docker-pi-hole.cron +wget -O- https://raw.githubusercontent.com/diginc/docker-pi-hole/master/docker-pi-hole.cron | sudo tee /etc/cron.d/docker-pi-hole ``` This is just an example and might need changing. For exmaple of you're running on a raspberry pi over wireless you'll probably want to change your NIC variable to `wlan0` and IMAGE to `diginc/pi-hole:arm`