aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorIgor Minar2011-07-29 13:59:36 -0700
committerIgor Minar2011-07-29 13:59:36 -0700
commita45d383da20ebee912ce8b062964c91b05c32c67 (patch)
treeab57c76fcec5ec250179c1c06aac6e9d221e298c
parentc1a681d6f45b7ff8af20aa9e6dcd3c20e61e1494 (diff)
downloadangular.js-a45d383da20ebee912ce8b062964c91b05c32c67.tar.bz2
doc(contribute): add npm & q dependencies to setup instructions
-rw-r--r--docs/content/misc/contribute.ngdoc9
1 files changed, 9 insertions, 0 deletions
diff --git a/docs/content/misc/contribute.ngdoc b/docs/content/misc/contribute.ngdoc
index d519a819..02995174 100644
--- a/docs/content/misc/contribute.ngdoc
+++ b/docs/content/misc/contribute.ngdoc
@@ -87,6 +87,15 @@ Rake website.
development web server. Depending on your system, you can install Node either from source or as a
pre-packaged bundle.
+ You'll also need npm and the following npm modules:
+
+ * install npm: `curl http://npmjs.org/install.sh | sh`
+ * install q: `npm install q`
+ * install qq: `npm install qq`
+ * install q-fs: `npm install q-fs`
+
+
+
* Java: The Java runtime is used to run {@link http://code.google.com/p/js-test-driver
JsTestDriver} (JSTD), which we use to run our unit test suite. JSTD binaries are part of the
`angular` source base, which means there is no need to install or configure it separately.