aboutsummaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorCliff Brake <cbrake@bec-systems.com>2011-05-31 07:59:02 -0400
committerCliff Brake <cbrake@bec-systems.com>2011-05-31 07:59:02 -0400
commitb631bd354261341259763b2de57ca4e4b346635c (patch)
treeac29470ba22bd85ab8ad90192b15f5e21e6a8e0b /README
parent1526cc2d85d317b1ca6662467eb1f31ef44f26a9 (diff)
downloadopenembedded-admin-b631bd354261341259763b2de57ca4e4b346635c.tar.gz
cleanup and rename weekly-changelog script
Diffstat (limited to 'README')
-rw-r--r--README3
1 files changed, 1 insertions, 2 deletions
diff --git a/README b/README
index 4b9e543..d366dd5 100644
--- a/README
+++ b/README
@@ -7,8 +7,7 @@ to set up:
- npm install nodemailer (tested with 0.1.13)
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)
+ - node ./tools/weekly-changelog.js (email out weekly changelog reports, based on origin/master in each project)
to develop:
- cd tools