summaryrefslogtreecommitdiffstats
path: root/js
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2016-02-11 22:38:27 +0100
committerBernhard Posselt <dev@bernhard-posselt.com>2016-02-11 22:38:27 +0100
commitbbc9e601b6a112f95e110fd450ac591c7b88ab44 (patch)
treeaafc4785671860dd276415e8dca663bfa5536d70 /js
parent13e6e80281a0c7ddc980006ae39ae3bae4cb03d1 (diff)
update readme
Diffstat (limited to 'js')
-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