diff --git a/README.md b/README.md index f9c03a2..1ae0c34 100644 --- a/README.md +++ b/README.md @@ -58,12 +58,20 @@ sudo chmod +x /usr/bin/synchole 1. To uninstall synchole login via SSH to the `SLAVE` server. -2. Run the following commands on the `SLAVE` server. +2. Run the following command on the `SLAVE` server. ``` sudo rm /usr/bin/synchole +``` + +3. Login via SSH to the `MASTER` server. + +4. Run the following command on the `MASTER` server. +``` sudo rm -r /var/www/html/synchole ``` +5. Enjoy inconsistent states between your servers. ;-) + ## Resources - https://discourse.pi-hole.net/t/what-files-does-pi-hole-use/1684