Skip to content

Commit

Permalink
Updated website and added bower install to instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
tomasAlabes committed Feb 18, 2016
1 parent 9c672c8 commit d9da47d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
# Raphaël: Cross-browser vector graphics the easy way.

Visit the library website for more information: [http://raphaeljs.com](http://raphaeljs.com/)
Visit the library website for more information: ~~[http://raphaeljs.com](http://raphaeljs.com/)~~ [new raphael website](http://dmitrybaranovskiy.github.io/raphael/)

## Quickstart guide

You need to have NPM installed to build the library.

* `git clone https://github.com/DmitryBaranovskiy/raphael.git`
* `npm install && ./node_modules/grunt-cli/bin/grunt` or just `npm install && grunt` if you have grunt already installed
* `npm install && bower install && ./node_modules/grunt-cli/bin/grunt` or just `npm install && bower install && grunt` if you have grunt already installed

## Dependencies
* [eve](https://github.com/adobe-webplatform/eve)
Expand Down

0 comments on commit d9da47d

Please sign in to comment.