Skip to content

Commit

Permalink
Updated Readme to break out rake install with more explanation
Browse files Browse the repository at this point in the history
  • Loading branch information
imathis committed Jul 19, 2011
1 parent 3069892 commit f08cba2
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions README.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,13 @@ Next, setup an [RVM](http://beginrescueend.com/) and install dependencies.
sudo easy_install pip
sudo pip install pygments

# Install the default Octopress theme
Install the default Octopress theme,

rake install

### Generating Your Blog
and you should be all set up to begin blogging with Octopress.

### Generating & Preview

rake generate # Generates your blog into the public directory
rake watch # Watches files for changes and regenerates your blog
Expand Down

0 comments on commit f08cba2

Please sign in to comment.