mirror of
https://github.com/tanrax/maza-ad-blocking.git
synced 2024-11-10 02:15:42 +01:00
Update README
This commit is contained in:
parent
91e40d6135
commit
71d86112d1
43
README.md
43
README.md
@ -1,7 +1,48 @@
|
|||||||
# maza-ad-blocking
|
# Maza ad blocking
|
||||||
|
|
||||||
Simple and efficient local ad blocking throughout the network.
|
Simple and efficient local ad blocking throughout the network.
|
||||||
|
|
||||||
|
# Run 🏃♂️
|
||||||
|
|
||||||
|
## Update database
|
||||||
|
|
||||||
|
``` bash
|
||||||
|
maza update
|
||||||
|
```
|
||||||
|
|
||||||
|
### Start
|
||||||
|
|
||||||
|
``` bash
|
||||||
|
sudo maza start
|
||||||
|
```
|
||||||
|
|
||||||
|
### Stop
|
||||||
|
|
||||||
|
``` bash
|
||||||
|
sudo maza stop
|
||||||
|
```
|
||||||
|
|
||||||
|
### Status
|
||||||
|
|
||||||
|
``` bash
|
||||||
|
maza status
|
||||||
|
```
|
||||||
|
|
||||||
|
# Install ⚙️
|
||||||
|
|
||||||
|
## Requirements 👀
|
||||||
|
|
||||||
|
- bash 4.0 or higher
|
||||||
|
- curl
|
||||||
|
|
||||||
|
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
|
||||||
|
```
|
||||||
|
|
||||||
# CAUTION
|
# CAUTION
|
||||||
|
|
||||||
- Only compatible with Linux and OSX operating systems.
|
- Only compatible with Linux and OSX operating systems.
|
||||||
|
Loading…
Reference in New Issue
Block a user