Skip to content

Commit

Permalink
Add bower info to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
qrohlf committed Apr 15, 2014
1 parent d96dbbf commit fbf75f0
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,25 @@ Official: http://qrohlf.com/trianglify

[nixterrimus](https://github.com/nixterrimus) also made a nice demo app: [link](http://nixterrimus.github.io/Triangle-Play-App/) ([source](https://github.com/nixterrimus/Triangle-Play-App))

# Getting Trianglify
Trianglify is available via Bower

```bash
bower install trianglify
```

Or as a zip archive

```bash
https://github.com/qrohlf/trianglify/archive/gh-pages.zip
```

Or you can simply clone the repo

```bash
git clone https://github.com/qrohlf/trianglify.git
```

# Usage:

Include d3 and `trianglify.js` or `trianglify.min.js` on your page:
Expand Down

0 comments on commit fbf75f0

Please sign in to comment.