Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
essandess authored Aug 31, 2019
1 parent 599fad3 commit 68affb8
Showing 1 changed file with 15 additions and 3 deletions.
18 changes: 15 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# adblock2privoxy
Convert adblock config files to privoxy format
Convert adblock config files to privoxy format.

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.

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

# macOS Installation

The macOS repo is part of [MacPorts](https://www.macports.org). The installation details below this section are deprecated.

To install:
```
sudo port install adblock2privoxy
sudo port load adblock2privoxy
```

# Unix Installation

## Quick Build/Install Example

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

## Contribution

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

## Adblock2Privoxy installation

Expand Down

0 comments on commit 68affb8

Please sign in to comment.