From b60128ec8b1ea85cbb18b6df8440a4f278b10331 Mon Sep 17 00:00:00 2001 From: Peter Bex Date: Tue, 29 Mar 2011 22:47:45 +0200 Subject: Add instructions here too --- README | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/README b/README index 866029e..193b106 100644 --- a/README +++ b/README @@ -4,4 +4,11 @@ When you want to make a new release, just type hg eggtag 0.1 The command will automatically tag and add an entry to your egg's -release-info file corresponding to this release. \ No newline at end of file +release-info file corresponding to this release. + +You only need the python file (can be downloaded using the source code +browser, and then viewing the "raw" source). Just drop it in your ~/.hg +directory and add the following to your .hgrc: + +[extensions] +egg-author=~/.hg/egg-author.py -- cgit v1.2.3