mirror of
https://github.com/moparisthebest/android.moparisthebest.org
synced 2024-12-25 00:48:53 -05:00
Updated Readme to break out rake install with more explanation
This commit is contained in:
parent
3069892654
commit
f08cba2558
@ -33,10 +33,13 @@ Next, setup an [RVM](http://beginrescueend.com/) and install dependencies.
|
|||||||
sudo easy_install pip
|
sudo easy_install pip
|
||||||
sudo pip install pygments
|
sudo pip install pygments
|
||||||
|
|
||||||
# Install the default Octopress theme
|
Install the default Octopress theme,
|
||||||
|
|
||||||
rake install
|
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 generate # Generates your blog into the public directory
|
||||||
rake watch # Watches files for changes and regenerates your blog
|
rake watch # Watches files for changes and regenerates your blog
|
||||||
|
Loading…
Reference in New Issue
Block a user