aboutsummaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorCliff Brake <cbrake@bec-systems.com>2011-05-31 07:56:53 -0400
committerCliff Brake <cbrake@bec-systems.com>2011-05-31 07:56:53 -0400
commit1526cc2d85d317b1ca6662467eb1f31ef44f26a9 (patch)
tree22643c23b97cde62688a6cbbb0d02750115a54d8 /README
parent79bb2226c87b4d99cec31ac9eb1c75bca3a42e4a (diff)
downloadopenembedded-admin-1526cc2d85d317b1ca6662467eb1f31ef44f26a9.tar.gz
update scripts for weekly changelog
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)