diff options
author | Brandon Mathis <brandon@imathis.com> | 2011-07-19 09:08:21 -0400 |
---|---|---|
committer | Brandon Mathis <brandon@imathis.com> | 2011-07-19 09:08:21 -0400 |
commit | f08cba25586c582c6bbe1de99239b4f85e0db419 (patch) | |
tree | c3996df3abc01db7b2e286cc94d05b9bc1685cc4 /README.markdown | |
parent | 306989265478f7e57a15efb8f819b985d89c0139 (diff) | |
download | my_new_personal_website-f08cba25586c582c6bbe1de99239b4f85e0db419.tar.xz my_new_personal_website-f08cba25586c582c6bbe1de99239b4f85e0db419.zip |
Updated Readme to break out rake install with more explanation
Diffstat (limited to '')
-rw-r--r-- | README.markdown | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/README.markdown b/README.markdown index c4d5aeb0..a08d2790 100644 --- a/README.markdown +++ b/README.markdown @@ -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 |