From 91c61cfebe08b9cdf275b49c15cbaedd7ae6f075 Mon Sep 17 00:00:00 2001 From: Andros Fenollosa Date: Fri, 3 Jan 2020 17:35:23 +0100 Subject: [PATCH] Update README.md --- README.md | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 6b27d18..82b85c2 100644 --- a/README.md +++ b/README.md @@ -1,36 +1,36 @@ -# Maza ad blocking +# Maza ad blocking Simple and efficient local ad blocking throughout the network. -# Run 🏃‍♂️ +# 🏃‍ Run -## Update database +## 📡 Update database ``` bash maza update ``` -## Start +## 🔨 Start ``` bash sudo maza start ``` -## Stop +## 🛠 Stop ``` bash sudo maza stop ``` -## Status +## ⚖️ Status ``` bash maza status ``` -# Install ⚙️ +# ⚙️ Install -## Requirements 👀 +## 👀 Requirements - bash 4.0 or higher - curl @@ -43,7 +43,7 @@ chmod +x maza sudo mv maza /usr/local/bin ``` -# CAUTION +# ⚠️ CAUTION - Only compatible with Linux and OSX operating systems. - Remember to make a backup copy of `/etc/hosts` in case of unforeseen circumstances, neither the project nor its author will be responsible for any possible repercussions derived from not carrying out this action.