aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordbloete <mail@dennisbloete.de>2010-05-26 15:28:46 +0800
committerBrandon Mathis <brandon@imathis.com>2010-05-26 22:07:31 +0800
commit5951848f724ae5a64d917dced57c328013dc2939 (patch)
tree37250024c9208763bcd68e65474cff0e03d5060e
parent091ef1c6e1fc23f404867e22ee28e54d6a84c648 (diff)
downloadmy_new_personal_website-5951848f724ae5a64d917dced57c328013dc2939.tar.xz
my_new_personal_website-5951848f724ae5a64d917dced57c328013dc2939.zip
Updated the README for installation with bundler
Diffstat (limited to '')
-rw-r--r--README.markdown3
1 files changed, 1 insertions, 2 deletions
diff --git a/README.markdown b/README.markdown
index 28e9ae74..f54bda4a 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: <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).