aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRuss Cox <rsc@golang.org>2011-05-03 01:46:11 -0400
committerRuss Cox <rsc@golang.org>2011-05-03 01:46:11 -0400
commit3854d346f616cb2db2a58c37ba5dd0e4ad8ab993 (patch)
tree523bcce19ccf0f564b61f589570231e41142d072
parent348ffe7786af9bf26f88ab6fc760f5668a0de2ab (diff)
downloadgo-3854d346f616cb2db2a58c37ba5dd0e4ad8ab993.tar.gz
go-3854d346f616cb2db2a58c37ba5dd0e4ad8ab993.zip
[release-branch.r57] doc/install: specify clone -u instead of -r
««« CL 4435081 / 48c0b02c6e7f doc/install: specify clone -u instead of -r R=rsc CC=golang-dev https://golang.org/cl/4435081 »»» TBR=adg CC=golang-dev https://golang.org/cl/4436080
-rw-r--r--doc/install.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/install.html b/doc/install.html
index b989416916..2256123ecb 100644
--- a/doc/install.html
+++ b/doc/install.html
@@ -136,7 +136,7 @@ and make sure the <code>go</code> directory does not exist.
Then check out the repository:</p>
<pre>
-$ hg clone -r release https://go.googlecode.com/hg/ go
+$ hg clone -u release https://go.googlecode.com/hg/ go
</pre>
<h2 id="install">Install Go</h2>