Update README to mention hg debuginstall
authorMatt Mackall <mpm@selenic.com>
Sun, 10 Dec 2006 01:04:28 -0600
changeset 3847 048e9bc5cdc2
parent 3846 18855084b922
child 3848 8cbf060f637e
Update README to mention hg debuginstall
README
--- a/README
+++ b/README
@@ -26,7 +26,8 @@ Setting up Mercurial:
 
  And finally:
 
- $ hg                                    # test installation, show help
+ $ hg debuginstall                       # run some basic tests
+ $ hg                                    # show help
 
  If you get complaints about missing modules, you probably haven't set
  PYTHONPATH correctly.