From 0519c60ed41455c85f643c4d232a094c21340bee Mon Sep 17 00:00:00 2001 From: Mark McGranaghan Date: Mon, 22 Oct 2012 11:08:02 -0400 Subject: [PATCH] explain how to use most recent pygmentize. ref #23 --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d9e4ca0..78fab16 100644 --- a/README.md +++ b/README.md @@ -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