From 0cd8c7df21ff1a62c980af58a389089739e0108e Mon Sep 17 00:00:00 2001 From: David Darnes Date: Mon, 20 Jun 2016 09:54:31 +0100 Subject: [PATCH] Amends instructions --- README.md | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 4b4a67c..fa7b4d2 100644 --- a/README.md +++ b/README.md @@ -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`