Amends instructions

This commit is contained in:
David Darnes 2016-06-20 09:54:31 +01:00 committed by GitHub
parent 78bb521bf3
commit 0cd8c7df21
1 changed files with 6 additions and 5 deletions

View File

@ -1,4 +1,4 @@
# garth-jekyll-theme
# Garth Jekyll Theme
[![Gem Version](https://badge.fury.io/rb/garth-jekyll-theme.svg)](https://badge.fury.io/rb/garth-jekyll-theme)
@ -6,11 +6,11 @@ A stupidly simple theme for Jekyll (3.2), using official Jekyll theme implementa
![Screenshot](https://raw.githubusercontent.com/daviddarnes/garth-jekyll-theme/master/screenshot.png)
## Installtion
## Installation
1. `gem install garth-jekyll-theme`
2. `gem install github-pages`
3. `gem install jekyll -v 3.2.0.pre.beta1`
1. `$ gem install garth-jekyll-theme`
2. `$ gem install github-pages`
3. `$ gem install jekyll -v 3.2.0.pre.beta1`
4. Add the following to your config file:
``` yml
theme: garth-jekyll-theme # Set the theme
@ -27,3 +27,4 @@ A stupidly simple theme for Jekyll (3.2), using official Jekyll theme implementa
title: "Website title"
description: "Website description"
```
5. `$ jekyll _3.2.0.pre.beta1_ serve --watch`