From f57bb0720e2f9c66f7bb30967aeec8f9c224c3f5 Mon Sep 17 00:00:00 2001 From: Tom Preston-Werner Date: Sat, 13 Dec 2008 19:34:46 -0800 Subject: [PATCH] remind about --pygments in readme --- README.textile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.textile b/README.textile index 82f3a84d..ac196267 100644 --- a/README.textile +++ b/README.textile @@ -74,8 +74,10 @@ h3. Code Highlighting Block Jekyll has built in support for syntax highlighting of over "100 languages":http://pygments.org/languages/ via "Pygments":http://pygments.org/. -In order to take advantage of this you'll need to have Pygments installed (and -the pygmentize binary must be in your path). +In order to take advantage of this you'll need to have Pygments installed, and +the pygmentize binary must be in your path. When you run Jekyll, make sure you run it with Pygments support: + + $ jekyll --pygments To denote a code block that should be highlighted: