From fe12f5fc4def7addc9ea9294080cabbf8c1f98df Mon Sep 17 00:00:00 2001 From: Kiko Beats Date: Tue, 15 Sep 2015 18:01:52 +0200 Subject: [PATCH] Added installation script --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index bd5103b6..c66c3dc1 100755 --- a/README.md +++ b/README.md @@ -27,6 +27,14 @@ Things that already existed: For more information check [changelog](https://github.com/Kikobeats/uno-zen/blob/master/CHANGELOG.md) section. +## Install + +Enter in the theme folder (`content/themes`) of your Ghost installation and: + +```bash +$ npm install uno-zen && mv node_modules/uno-zen uno-zen && (trash node_modules || rm -r node_modules) +``` + ## Demo You can see a demo in my [blog](http://kikobeats.com). Also you can check the [styleguide](http://kikobeats.com/styleguide) to view how it looks.