Browse code

Updated Readme to break out rake install with more explanation

Brandon Mathis authored on 19/07/2011 at 13:08:21
Showing 1 changed files
... ...
@@ -33,10 +33,13 @@ Next, setup an [RVM](http://beginrescueend.com/) and install dependencies.
33 33
     sudo easy_install pip
34 34
     sudo pip install pygments
35 35
 
36
-    # Install the default Octopress theme
36
+Install the default Octopress theme,
37
+
37 38
     rake install
38 39
 
39
-### Generating Your Blog
40
+and you should be all set up to begin blogging with Octopress.
41
+
42
+### Generating & Preview
40 43
 
41 44
     rake generate   # Generates your blog into the public directory
42 45
     rake watch      # Watches files for changes and regenerates your blog