Browse code

Updated the README for installation with bundler

dbloete authored on 26/05/2010 at 07:28:46
Showing 1 changed files
... ...
@@ -22,8 +22,7 @@ Octopress gives developers a well designed starting point for a Jekyll blog. It'
22 22
 Setup is really simple.
23 23
   
24 24
 1. Download Octopress: <code>git clone git://github.com/imathis/octopress.git</code>
25
-2. Install required gems:<br/>
26
-    <code>sudo gem install henrik-jekyll compass fssm serve rdiscount compass-colors</code>
25
+2. Install dependencies (requires the bundler gem): <code>bundle install</code>
27 26
 3. Run <code>rake preview</code> to build the site and preview it in a local webserver.
28 27
 
29 28
 You'll want to change some settings, so check out the wiki for [Setup & Configurations](http://wiki.github.com/imathis/octopress/configuration).