added comment to optionally install Pygments to enable 'Syntax Highlighting'

This commit is contained in:
Tom Hoover 2010-11-18 07:56:23 +08:00 committed by Brandon Mathis
parent 362c7834d7
commit 4db81a9e51

View File

@ -27,6 +27,9 @@ Setup is really simple.
You'll want to change some settings, so check out the wiki for [Setup & Configurations](http://wiki.github.com/imathis/octopress/configuration). You'll want to change some settings, so check out the wiki for [Setup & Configurations](http://wiki.github.com/imathis/octopress/configuration).
#### Optional:
- Install Pygments (Python syntax highlighter), if you wish to enable _Syntax Highlighting_. Download from [pygments.org](http://pygments.org), or <code>sudo aptitude install python-pigments</code> for Debian/Ubuntu users.
## Usage ## Usage
Octopress is almost like a front-end for Jekyll. It provides some really handy rake tasks and automation to make blogging as simple as possible. With Octopress you can: Octopress is almost like a front-end for Jekyll. It provides some really handy rake tasks and automation to make blogging as simple as possible. With Octopress you can: