remove --dev from dev enviroment instructions

--dev makes a recursive install of all the packages dev deps
npm install is enough
This commit is contained in:
Hugo Dias 2016-03-15 15:37:01 +00:00
parent bf769344c9
commit 2bb7a37cb9

View File

@ -129,7 +129,7 @@ See [CHANGELOG.md](https://github.com/konvajs/konva/blob/master/CHANGELOG.md).
#Dev environment
Before doing all dev stuff make sure you have node installed. After that, run `npm install --dev` in the main directory to install the node module dependencies.
Before doing all dev stuff make sure you have node installed. After that, run `npm install` in the main directory to install the node module dependencies.
Run `gulp -T` to see all build options.