From 07901e4e32f724c384b965aa5cc93803e112bb73 Mon Sep 17 00:00:00 2001 From: Alexander Bezzubov Date: Fri, 26 Jun 2015 12:09:55 +0900 Subject: [PATCH] Update readme: enforce build instructions --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 97236f5..20a4345 100644 --- a/README.md +++ b/README.md @@ -5,9 +5,10 @@ Zeppelin is a collaborative data analytic and visualization tool for distributed 1. NodeJS with npm 2. Bower -You can used - * bower install - * npm install +Run + * `npm install` first + * `bower install` then + This will Download all the dependencies including node js and npm ### Build the application