diff options
author | Alberto Bertogli <albertito@blitiri.com.ar> | 2012-11-21 01:29:43 +0100 |
---|---|---|
committer | Alberto Bertogli <albertito@blitiri.com.ar> | 2012-11-21 01:29:43 +0100 |
commit | 36db9cc0ee151a0249d0ce9089fec9134645e26f (patch) | |
tree | e4be44fc8c6edb02bfadb3ac8fdafd145d986920 | |
parent | bad8c52ef2712ac89ec9626c4788727553aa3096 (diff) | |
download | git-arr-fork-0.10.zip |
Add a note about pygments in the README0.10
Signed-off-by: Alberto Bertogli <albertito@blitiri.com.ar>
-rw-r--r-- | README | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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. |