From 36db9cc0ee151a0249d0ce9089fec9134645e26f Mon Sep 17 00:00:00 2001 From: Alberto Bertogli Date: Wed, 21 Nov 2012 00:29:43 +0000 Subject: [PATCH] Add a note about pygments in the README Signed-off-by: Alberto Bertogli --- README | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README b/README index 50002bb..b501adc 100644 --- a/README +++ b/README @@ -22,6 +22,9 @@ Getting started You will need Python, and the bottle.py framework (the package is usually called python-bottle in most distributions). +If pygments is available, it will be used for syntax highlighting, otherwise +everything will work fine, just in black and white. + First, create a configuration file for your repositories. You can start by copying sample.conf, which has the list of the available options.