Skip to content

Commit

Permalink
Add additional readme documentation, closes barryclark#85.
Browse files Browse the repository at this point in the history
  • Loading branch information
johno committed Oct 6, 2014
1 parent ffc4ae7 commit 3d1790c
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 3d1790c

Please sign in to comment.