From e5656921299bb8bfd6d716781c22a5500f71b3dc Mon Sep 17 00:00:00 2001 From: Mel Riffe Date: Fri, 22 Jan 2010 06:54:52 +0800 Subject: Adding rdiscount and compass-colors to list of gems to install; simplified gem install line --- README.markdown | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/README.markdown b/README.markdown index 404131b1..0ca7c15a 100644 --- a/README.markdown +++ b/README.markdown @@ -22,11 +22,8 @@ Octopress gives developers a well designed starting point for a Jekyll blog. It' Setup is really simple. 1. Download Octopress: git clone git://github.com/imathis/octopress.git -2. Install required gems: - sudo gem install henrik-jekyll - sudo gem install compass - sudo gem install fssm - sudo gem install serve +2. Install required gems:
+ sudo gem install henrik-jekyll compass fssm serve rdiscount compass-colors 3. Run rake preview to build the site and preview it in a local webserver. You'll want to change some settings, so check out the wiki for [Setup & Configurations](http://wiki.github.com/imathis/octopress/setup-configuration). -- cgit v1.2.1