add installation guide
[mkws-moved-to-github.git] / test / README.txt
index ff2215f..ced5954 100644 (file)
@@ -1,5 +1,5 @@
 Jasmine / jasmine-node test frame works
--------------------------------------
+---------------------------------------
 
 ./spec         contains *spec.js files
 ./js           jasmine runtime JS lib
@@ -7,9 +7,18 @@ Jasmine / jasmine-node test frame works
 README.txt     this file
 
 Documentation
--------------------------------------
+---------------------------------------
 http://pivotal.github.io/jasmine/
 https://github.com/pivotal/jasmine
 
+Installation
+-------------------------------------
+1. install node.js
+2. install node modules with npm
+
+npm install jquery
+npm install jasmine-node
+
+
 --
 Aug 2013, Wolfram