From 3d1790c0126b8c1e8d72339e84d38797df856cc2 Mon Sep 17 00:00:00 2001 From: John Otander Date: Mon, 6 Oct 2014 14:02:56 -0600 Subject: [PATCH] Add additional readme documentation, closes #85. --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index 2b0a0692393f3..0ddc6681a7421 100644 --- a/README.md +++ b/README.md @@ -23,6 +23,16 @@ If you don't have Jekyll already installed, you will need to go ahead and do tha $ gem install jekyll ``` +#### Verify your Jekyll version + +It's important to also check your version of Jekyll since this project uses Native Sass which +is [only supported by 2.0+](http://jekyllrb.com/news/2014/05/06/jekyll-turns-2-0-0/). + +``` +$ jekyll -v +# This should be jekyll 2.0.0 or later +``` + ### Fork, then clone Fork the repo, and then clone it so you've got the code locally.