X-Git-Url: https://git.madduck.net/code/myrepos.git/blobdiff_plain/511e30d827dbf773f8ea61d7bd1de79a6a1e7ba6..8127e2404e70548149d8f4b43bd2021cfc820f85:/README

diff --git a/README b/README
index d2b5370..d16832f 100644
--- a/README
+++ b/README
@@ -1,5 +1,16 @@
+mr is a Multiple Repository management tool for Mercurial and Git
+
+Author: Joey Hess
+Homepage: http://kitenet.net/~joey/code/mr/
+
 mr is intended to be very self-contained, since it might be useful to check
 it into ~/bin when keeping your home in version control. It has no
 dependencies aside from basic perl.
 
-Just copy mr into your PATH somewhere, and set up ~/.mrconfig
+Just copy mr into your PATH somewhere, if it isn't already, and set up
+~/.mrconfig
+
+----
+
+webcheckout has more dependencies, specifically the LWP::Simple and
+HTML::Parser CPAN modules, and optionally the URI module.