summaryrefslogtreecommitdiffstats
path: root/js/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'js/README.md')
-rw-r--r--js/README.md8
1 files changed, 5 insertions, 3 deletions
diff --git a/js/README.md b/js/README.md
index 2c25ce4ed..268a85a98 100644
--- a/js/README.md
+++ b/js/README.md
@@ -1,9 +1,11 @@
-# JavaScript
-Before starting, install nodejs and gulp-cli:
+# JavaScript Development
+JavaScript is built and minified using gulp.
+
+Therefore you need to install nodejs 5.6+ and npm. Then use npm to install **gulp-cli**:
sudo npm -g install gulp-cli
-then run:
+Then install the local dependencies by running:
npm install