From 561545cdf154922ffa4b3344a8feaffd5f11b73e Mon Sep 17 00:00:00 2001 From: Andros Fenollosa Date: Mon, 21 Aug 2023 10:47:17 +0200 Subject: [PATCH] Add update instructions --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a9e2891..0caefad 100644 --- a/README.md +++ b/README.md @@ -54,7 +54,7 @@ sudo maza stop maza status ``` -## ⚙️ Install +## ⚙️ Install or Update ### 😥 Requirements @@ -65,7 +65,7 @@ maza status Then you do this. ``` bash -curl -o maza https://raw.githubusercontent.com/tanrax/maza-ad-blocking/master/maza && chmod +x maza && sudo mv maza /usr/local/bin +curl -o maza https://raw.githubusercontent.com/tanrax/maza-ad-blocking/master/maza && sudo rm -rf /usr/local/bin/maza && chmod +x maza && sudo mv maza /usr/local/bin ``` Optional but recommended, make a backup of your hosts file.