From: Wolfram Schneider Date: Wed, 21 Aug 2013 12:22:35 +0000 (+0200) Subject: add installation guide X-Git-Tag: 0.9.1~202^2~110 X-Git-Url: http://git.indexdata.com/?p=mkws-moved-to-github.git;a=commitdiff_plain;h=1542fd1e72018abf215121efc6f6640131773e31 add installation guide --- diff --git a/test/README.txt b/test/README.txt index ff2215f..ced5954 100644 --- a/test/README.txt +++ b/test/README.txt @@ -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