summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorblackbird <devnull@localhost>2006-10-20 16:30:00 +0200
committerblackbird <devnull@localhost>2006-10-20 16:30:00 +0200
commitde49330ba2a515a23c89b71ae35f0aabca6f7717 (patch)
treec3ffca9938001066c59ddfdba01f97b05d5719b5
parentf2cb957f4be1921963994027ed94c62ed743b30d (diff)
downloadpygments-de49330ba2a515a23c89b71ae35f0aabca6f7717.tar.gz
[svn] added "pygmentize" to the installation documentation
-rw-r--r--docs/src/installation.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/src/installation.txt b/docs/src/installation.txt
index 708592a8..39305f21 100644
--- a/docs/src/installation.txt
+++ b/docs/src/installation.txt
@@ -39,6 +39,7 @@ Installing the development Version
1. Install `subversion`_
2. ``svn co http://trac.pocoo.org/repos/pygments/trunk pygments``
3. ``ln -s `pwd`/pygments/pygments /usr/lib/python2.X/site-packages``
+4. ``ln -s `pwd`/pygments/pygmentize /usr/local/bin``
.. _download page: http://pygments.pocoo.org/download/