From 3f876d1594d92a8e8fcd68400bbeade9cc9932f2 Mon Sep 17 00:00:00 2001 From: Andros Fenollosa Date: Sun, 29 Mar 2020 13:33:51 +0200 Subject: [PATCH] Add backup instructions --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 63c7950..c724e0e 100644 --- a/README.md +++ b/README.md @@ -51,6 +51,12 @@ Then you do this. curl -o maza https://raw.githubusercontent.com/tanrax/maza-ad-blocking/master/maza && chmod +x maza && sudo mv maza /usr/local/bin ``` +Optional but recommended, make a backup of your hosts file. + +``` bash +sudo cp /etc/hosts /etc/hosts.backup +``` + ## 🔪 Uninstall ``` bash