From 8369ec68def7201bb645082d5491c1088072bd9f Mon Sep 17 00:00:00 2001 From: mig Date: Thu, 30 Mar 2017 17:45:36 +0200 Subject: [PATCH] added npm install build step --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 84d2f6c..f56cf98 100644 --- a/README.md +++ b/README.md @@ -29,6 +29,7 @@ Building - install [git](https://git-scm.com/downloads) - clone Jocly from *github*: `git clone https://github.com/mi-g/jocly.git` - enter the `jocly` directory +- download require modules: `npm install` - build: `gulp build` - `dist/browser` contains the javascript library to build web applications, `dist/node` is the module to be used for node.js applications