explain how to use most recent pygmentize. ref #23

This commit is contained in:
Mark McGranaghan 2012-10-22 11:08:02 -04:00
parent 846ad5a1cb
commit 0519c60ed4

View File

@ -32,7 +32,12 @@ $ tools/build-loop
```
Builds require the [`pygmentize`](http://pygments.org/)
binary for syntax highlighting.
binary for syntax highlighting. We suggesting using the
most recent version from Bitbucket with e.g.:
```console
$ export PATH="$HOME/repos/pygments:$PATH"
```
### Serving