Update README.md

This commit is contained in:
Andros Fenollosa 2020-01-03 17:37:07 +01:00 committed by GitHub
parent 91c61cfebe
commit e89619ca85
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,35 +2,35 @@
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.