Skip to content

Commit 68affb8

Browse files
authored
Update README.md
1 parent 599fad3 commit 68affb8

File tree

1 file changed

+15
-3
lines changed

1 file changed

+15
-3
lines changed

README.md

+15-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# adblock2privoxy
2-
Convert adblock config files to privoxy format
2+
Convert adblock config files to privoxy format.
33

44
This is a fork of Zubr's [adblock2privoxy](https://projects.zubr.me/wiki/adblock2privoxy) repo with minor optimizations for regular expressions, large outputs to the CSS [debug](../../tree/master/css/debug) directory turned off, and upgrades for the latest [ghc](../../../../commercialhaskell/stack) compiler and modules.
55

@@ -35,6 +35,18 @@ adblock2privoxy -t /usr/local/etc/adblock2privoxy/privoxy/ab2p.task
3535
# restart privoxy, e.g. sudo port unload privoxy ; sudo port load privoxy
3636
```
3737

38+
# macOS Installation
39+
40+
The macOS repo is part of [MacPorts](https://www.macports.org). The installation details below this section are deprecated.
41+
42+
To install:
43+
```
44+
sudo port install adblock2privoxy
45+
sudo port load adblock2privoxy
46+
```
47+
48+
# Unix Installation
49+
3850
## Quick Build/Install Example
3951

4052
This will build a local `/usr/local/bin/adblock2privoxy` executable from source and templates saved in `/usr/local/etc/adblock2privoxy/adblock2privoxy`.
@@ -231,8 +243,8 @@ Apache config: put following lines into
231243

232244
## Contribution
233245

234-
* Clone repository from http://projects.zubr.me/adblock2privoxy.git.
235-
* [Report bugs](https://projects.zubr.me/newticket?project=adblock2privoxy)
246+
* Clone repository from https://github.com/essandess/adblock2privoxy.git.
247+
* [Report bugs](https://github.com/essandess/adblock2privoxy/issues)
236248

237249
## Adblock2Privoxy installation
238250

0 commit comments

Comments
 (0)