From b8b75ce46acf6189b49003eb66aa50ae75cf905b Mon Sep 17 00:00:00 2001 From: Andros Fenollosa Date: Mon, 29 May 2023 10:09:37 +0200 Subject: [PATCH] Update README.md --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index d093c06..a51a5b3 100644 --- a/README.md +++ b/README.md @@ -91,7 +91,7 @@ Add the following line at the end. ## 🔪 Uninstall ``` bash -sudo rm /usr/local/bin/maza && sudo rm -r ~/.maza +sudo rm /usr/local/bin/maza && sudo rm -r ~/.config/maza ``` ## 🚫 Not blocking certain domains @@ -168,13 +168,13 @@ Edit the file. Add the following line at the end. ``` -conf-file=(your user path)/.maza/dnsmasq.conf +conf-file=(your user path)/.config/maza/dnsmasq.conf ``` Example ``` -conf-file=/Users/myuser/.maza/dnsmasq.conf +conf-file=/Users/myuser/.config/maza/dnsmasq.conf ``` Start DNSMASQ. @@ -235,13 +235,13 @@ Edit file in path. Add the following line at the end. ``` -conf-file=(your user path)/.maza/dnsmasq.conf +conf-file=(your user path)/.config/maza/dnsmasq.conf ``` Example ``` -conf-file=/home/myuser/.maza/dnsmasq.conf +conf-file=/home/myuser/.config/maza/dnsmasq.conf ``` Start DNSMASQ.