further clarify local dev steps

This commit is contained in:
Joel Glovier 2014-12-08 10:15:25 -05:00
parent 1694f8609c
commit 12651c19e5
1 changed files with 5 additions and 1 deletions

View File

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