Commit 1fb02dae by Adrian Phinney

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

parent ea133a03
......@@ -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)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment