aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Hoover <tom@hisword.net>2010-11-18 07:56:23 +0800
committerBrandon Mathis <brandon@imathis.com>2010-11-18 08:03:57 +0800
commit4db81a9e51e452495a06ad8c57ac4ac689a9ff34 (patch)
treec5362c2adcf7ba24c202279292276db81c582177
parent362c7834d7371f0a1dba0a1962ff4857b63db13f (diff)
downloadmy_new_personal_website-4db81a9e51e452495a06ad8c57ac4ac689a9ff34.tar.xz
my_new_personal_website-4db81a9e51e452495a06ad8c57ac4ac689a9ff34.zip
added comment to optionally install Pygments to enable 'Syntax Highlighting'
-rw-r--r--README.markdown5
1 files changed, 4 insertions, 1 deletions
diff --git a/README.markdown b/README.markdown
index f54bda4a..888ef4d6 100644
--- a/README.markdown
+++ b/README.markdown
@@ -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).
+#### 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
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:
@@ -65,4 +68,4 @@ THE SOFTWARE IS PROVIDED ‘AS IS’, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR I
#### If you want to be awesome.
- Proudly display the 'Powered by Octopress' credit in the footer.
-- Add your site to the wiki so we can watch the community grow. \ No newline at end of file
+- Add your site to the wiki so we can watch the community grow.