From f7891685220877be5e1073e35475319047d788b0 Mon Sep 17 00:00:00 2001 From: Joel Glovier Date: Tue, 9 Dec 2014 20:45:01 -0500 Subject: [PATCH] use rake instructions instead --- site/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/README.md b/site/README.md index df643719..d98f6db7 100644 --- a/site/README.md +++ b/site/README.md @@ -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: \ No newline at end of file