Updated the README for installation with bundler

This commit is contained in:
dbloete 2010-05-26 15:28:46 +08:00 committed by Brandon Mathis
parent 091ef1c6e1
commit 5951848f72
1 changed files with 1 additions and 2 deletions

View File

@ -22,8 +22,7 @@ Octopress gives developers a well designed starting point for a Jekyll blog. It'
Setup is really simple.
1. Download Octopress: <code>git clone git://github.com/imathis/octopress.git</code>
2. Install required gems:<br/>
<code>sudo gem install henrik-jekyll compass fssm serve rdiscount compass-colors</code>
2. Install dependencies (requires the bundler gem): <code>bundle install</code>
3. Run <code>rake preview</code> 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).