From 8cd95a085ba9beb82141fc2762420680728297f5 Mon Sep 17 00:00:00 2001 From: Daniel Fagerstrom Date: Sat, 16 Mar 2013 10:36:20 +0100 Subject: [PATCH] Update README.md Instruction for including sub module with Mustache specs. --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 723e8af..a86c38a 100644 --- a/README.md +++ b/README.md @@ -357,6 +357,11 @@ The mustache.js test suite uses the [mocha](http://visionmedia.github.com/mocha/ $ npm install -g mocha +You also need to install the sub module containing [Mustache specifications](http://github.com/mustache/spec) in the project root. + + $ git submodule init + $ git submodule update + Then run the tests. $ mocha test