aboutsummaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
Diffstat (limited to 'README')
-rw-r--r--README4
1 files changed, 4 insertions, 0 deletions
diff --git a/README b/README
index decc343..4b9e543 100644
--- a/README
+++ b/README
@@ -10,4 +10,8 @@ to use:
- git submodule foreach "git fetch" (pull down the latest repo data for each project)
- node ./tools/git-weekly-changelog.js (email out weekly changelog reports, based on origin/master in each project)
+to develop:
+ - cd tools
+ - npm install expresso
+ - express (run unit tests)