diff options
author | B Mathis <brandon@imathis.com> | 2010-03-09 23:37:18 -0600 |
---|---|---|
committer | B Mathis <brandon@imathis.com> | 2010-03-09 23:37:18 -0600 |
commit | 1957c1249917c362b3d5ae96f36f2c3d81aa5e58 (patch) | |
tree | 2d172d7eb10f1ef48022de6612381785f7de6330 | |
parent | 60d42be5cea796a0e0e3fced13d6013daeaa90dd (diff) | |
parent | e5656921299bb8bfd6d716781c22a5500f71b3dc (diff) | |
download | my_new_personal_website-1957c1249917c362b3d5ae96f36f2c3d81aa5e58.tar.xz my_new_personal_website-1957c1249917c362b3d5ae96f36f2c3d81aa5e58.zip |
Merge branch 'master' of github.com:imathis/octopress
-rw-r--r-- | README.markdown | 7 |
1 files 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: <code>git clone git://github.com/imathis/octopress.git</code> -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:<br/> + <code>sudo gem install henrik-jekyll compass fssm serve rdiscount compass-colors</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/setup-configuration). |