Skip to content
This repository has been archived by the owner on May 12, 2019. It is now read-only.

Commit

Permalink
Added installation script
Browse files Browse the repository at this point in the history
  • Loading branch information
Kikobeats committed Sep 15, 2015
1 parent 0fca530 commit fe12f5f
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit fe12f5f

Please sign in to comment.