Use dev folder for 'npm install' in the Quickstart.

This commit is contained in:
Adrian Phinney 2013-11-06 12:09:19 -04:00
parent ea133a038e
commit 1fb02daec5
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ Visit the library website for more information: [http://raphaeljs.com](http://ra
## Quickstart guide
* `git clone https://github.com/DmitryBaranovskiy/raphael.git`
* `git submodule init && git submodule update && npm install`
* `git submodule init && git submodule update && cd dev && npm install`
## Dependencies
* [eve](https://github.com/adobe-webplatform/eve)