From 2bb7a37cb9ece1fb323bf5e548f81844527a6bbe Mon Sep 17 00:00:00 2001 From: Hugo Dias Date: Tue, 15 Mar 2016 15:37:01 +0000 Subject: [PATCH] remove --dev from dev enviroment instructions --dev makes a recursive install of all the packages dev deps npm install is enough --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 67ba6a24..f258fcc4 100644 --- a/README.md +++ b/README.md @@ -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.