summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--README.markdown19
m---------spec/mustache0
2 files changed, 19 insertions, 0 deletions
diff --git a/README.markdown b/README.markdown
index 904b9e0..65f4c77 100644
--- a/README.markdown
+++ b/README.markdown
@@ -114,6 +114,25 @@ Known Issues
See [FAQ.md](https://github.com/wycats/handlebars.js/blob/master/FAQ.md) for known issues and common pitfalls.
+Running Tests
+---------
+
+To run tests locally, first install all dependencies.
+```
+npm install
+```
+
+Clone the mustache specs into the spec/mustache folder.
+```
+cd spec
+rm -r mustache
+git clone https://github.com/mustache/spec.git mustache
+```
+
+From the root directory, run the tests.
+```
+npm test
+```
Handlebars in the Wild
----------------------
diff --git a/spec/mustache b/spec/mustache
-Subproject 72233f3ffda9e33915fd3022d0a9ebbcce265ac
+Subproject 83b0721610a4e11832e83df19c73ace3289972b