aboutsummaryrefslogtreecommitdiffstats
path: root/CONTRIBUTING.md
diff options
context:
space:
mode:
authorspccdt2013-09-21 14:40:29 -0400
committerspccdt2014-06-08 16:38:02 -0400
commit06729270f7e3968d9a6bd6c8ec8d47f3afe97bd7 (patch)
tree8641bfab1a399345c9a2b3049ce0979ba24dc639 /CONTRIBUTING.md
parentb78cf8771689c378af62b01746df474f6c8dde5d (diff)
downloadvimium-06729270f7e3968d9a6bd6c8ec8d47f3afe97bd7.tar.bz2
Fix build and test on Windows.
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r--CONTRIBUTING.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 21cdb98b..57133d8f 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -30,7 +30,8 @@ install Vimium from source:
Our tests use [shoulda.js](https://github.com/philc/shoulda.js) and [PhantomJS](http://phantomjs.org/). To run the tests:
1. `git submodule update --init --recursive` -- this pulls in shoulda.js.
- 1. [Install PhantomJS.](http://phantomjs.org/download.html)
+ 1. Install [PhantomJS](http://phantomjs.org/download.html).
+ 1. `npm install path` to install the [Node.js Path module](http://nodejs.org/api/path.html), used by the test runner.
1. `cake build` to compile `*.coffee` to `*.js`
1. `cake test` to run the tests.