From 5951848f724ae5a64d917dced57c328013dc2939 Mon Sep 17 00:00:00 2001 From: dbloete Date: Wed, 26 May 2010 15:28:46 +0800 Subject: [PATCH] Updated the README for installation with bundler --- README.markdown | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.markdown b/README.markdown index 28e9ae7..f54bda4 100644 --- a/README.markdown +++ b/README.markdown @@ -22,8 +22,7 @@ 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 compass fssm serve rdiscount compass-colors +2. Install dependencies (requires the bundler gem): bundle install 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/configuration).