From 949ec4a268fa97ca3f32af5e5df864cc23f7af6a Mon Sep 17 00:00:00 2001 From: Kiko Beats Date: Sat, 19 Sep 2015 10:43:07 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ee2b215b..1ef9227b 100755 --- a/README.md +++ b/README.md @@ -37,7 +37,7 @@ You can see a demo in my [blog](http://kikobeats.com). Also you can check the [s Enter in the theme folder (`content/themes`) of your Ghost installation and: ```bash -$ git clone git@github.com:Kikobeats/uno-zen.git +$ npm install uno-zen && mv node_modules/uno-zen uno-zen && (trash node_modules || rm -r node_modules) ``` **NOTE:** This theme needs jQuery to works fine, but jQuery library is not provided by the library. Instead, you need to inject from the `Blog Footer` in the `Code injection` of your Ghost installation, as: