Skip to content

Commit

Permalink
Add install options on README
Browse files Browse the repository at this point in the history
  • Loading branch information
elrumordelaluz committed Oct 5, 2015
1 parent 53d4bd8 commit 3e73de1
Showing 1 changed file with 17 additions and 1 deletion.
18 changes: 17 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,25 @@ I had to do a 'shake-animation' for a big project. First, I did it in vanilla CS
After finish it I discover [this](http://jackrugile.com/jrumble/) cool jQuery plugin by [@jackrugile](https://twitter.com/jackrugile).
Then I started to think in made *[this little CSS project](http://elrumordelaluz.github.io/csshake/)*

### Install
Fork this repo
```
$ git clone https://github.com/elrumordelaluz/csshake.git
```

or with Bower
```
$ bower install csshake
```

or with npm
```
$ npm i csshake
```

### How to use
First include the CSS file
```
```html
<link rel="stylesheet" type="text/css" href="csshake.css">`
```

Expand Down

0 comments on commit 3e73de1

Please sign in to comment.