Add ~/.hgpaths to README

This commit is contained in:
mpm@selenic.com 2005-05-27 12:42:52 -08:00
parent 2bf41c300e
commit bb5af0e7a3

4
README
View File

@ -86,3 +86,7 @@ Network support:
foo$ cp hgweb.cgi ~/public_html/hg-linux/index.cgi
foo$ emacs ~/public_html/hg-linux/index.cgi # adjust the defaults
# Give symbolic names to repos
foo$ echo "main http://selenic.com/hg/" >> ~/.hgpaths # one pair per line
foo$ hg merge main
foo$ hg co