Skip to content

Commit

Permalink
Merge pull request #5 from zzen/patch-2
Browse files Browse the repository at this point in the history
Updated README to install node dependencies properly
  • Loading branch information
vybs committed Aug 27, 2012
2 parents 47d24a7 + f16cbc7 commit 6f78c50
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
/node_modules
*.DS_Store
6 changes: 4 additions & 2 deletions test/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,11 @@ If you want to run the client version just open the html page called specRunner.

Pre-requisites for tests on node server version:
----------------------------------
* install nodejs 0.6 or greater
* install nodejs 0.6 or greater
* install npm
* install jasmine test framework : npm install -g jasmine-node
* install testing dependencies by running in the package directory:

npm install

In order to run the node.js version of dust, run this command in the terminal

Expand Down

0 comments on commit 6f78c50

Please sign in to comment.