From edcbe99b58beb043c8ed0747242b140ec61f0b1d Mon Sep 17 00:00:00 2001 From: Julien Bourdeau Date: Sun, 30 Aug 2015 15:48:02 +0200 Subject: [PATCH] Update README.md --- site/README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/site/README.md b/site/README.md index d98f6db7..27cd67c6 100644 --- a/site/README.md +++ b/site/README.md @@ -9,7 +9,8 @@ For information about contributing, see the [Contributing page](http://jekyllrb. ## Running locally You can preview your contributions before opening a pull request by running from within the directory: + 1. `bundle install` 2. `bundle exec rake site:preview` -It's just a jekyll site, afterall! :wink: \ No newline at end of file +It's just a jekyll site, afterall! :wink: