Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updated README to install node dependencies properly #5

Merged
merged 1 commit into from
Aug 27, 2012
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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