Skip to content

Commit

Permalink
Added Bower Installation option to documentation and One Line npm ins…
Browse files Browse the repository at this point in the history
…taller
  • Loading branch information
cosipov committed Apr 14, 2016
1 parent 377e695 commit 23dad24
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,21 @@ Installation

A version suitable for browsers can be found [here](WebCola/cola.js) ([minified](WebCola/cola.min.js)).

#### Npm:

npm install cola --save

You can also install it through npm by first adding it to `package.json`:

"dependencies": {
"cola": "tgdwyer/WebCola#master"
}

Then by running `npm install`.

####Bower :

bower install webcola --save

If you use TypeScript, you can get complete TypeScript definitions by installing [tsd 0.6](https://github.com/DefinitelyTyped/tsd) and running `tsd link`.

Building
Expand Down

0 comments on commit 23dad24

Please sign in to comment.