diff options
author | Ondřej Surý <ondrej@sury.org> | 2012-05-02 15:44:51 +0200 |
---|---|---|
committer | Ondřej Surý <ondrej@sury.org> | 2012-05-02 15:44:51 +0200 |
commit | 0003ee229fd33ff46cb5f2fe1e35f5c0284debc4 (patch) | |
tree | 08c48264fd22152f443284397517a1b2be743c34 /doc/install-source.html | |
parent | 505c19580e0f43fe5224431459cacb7c21edd93d (diff) | |
download | golang-0003ee229fd33ff46cb5f2fe1e35f5c0284debc4.tar.gz |
Imported Upstream version 1.0.1upstream/1.0.1
Diffstat (limited to 'doc/install-source.html')
-rw-r--r-- | doc/install-source.html | 21 |
1 files changed, 4 insertions, 17 deletions
diff --git a/doc/install-source.html b/doc/install-source.html index 4673850f4..080bceb4d 100644 --- a/doc/install-source.html +++ b/doc/install-source.html @@ -106,26 +106,13 @@ On Windows, install <code>gcc</code> with <p> To perform the next step you must have Mercurial installed. (Check that you -have an <code>hg</code> command.) This suffices to install Mercurial on most -Unix systems: +have an <code>hg</code> command.) </p> -<pre> -sudo easy_install mercurial==2.0 -</pre> - -<p> -On Ubuntu/Debian, the Mercurial in your distribution's -package repository is most likely old and broken. -You might try this first: -</p> - -<pre>apt-get install python-setuptools python-dev build-essential</pre> - <p> -If that fails, or if you use Windows, install manually from the -<a href="http://mercurial.selenic.com/wiki/Download">Mercurial Download</a> -page. +If you do not have a working Mercurial installation, +follow the instructions on the +<a href="http://mercurial.selenic.com/downloads/">Mercurial downloads</a> page. </p> <p> |