use rake instructions instead

This commit is contained in:
Joel Glovier 2014-12-09 20:45:01 -05:00
parent 12651c19e5
commit f789168522
1 changed files with 1 additions and 1 deletions

View File

@ -10,6 +10,6 @@ For information about contributing, see the [Contributing page](http://jekyllrb.
You can preview your contributions before opening a pull request by running from within the directory:
1. `bundle install`
2. `jekyll serve`
2. `bundle exec rake site:preview`
It's just a jekyll site, afterall! :wink: