1
0
mirror of https://github.com/golang/go synced 2024-11-21 14:34:41 -07:00

doc/install: specify clone -u instead of -r

R=rsc
CC=golang-dev
https://golang.org/cl/4435081
This commit is contained in:
Andrew Gerrand 2011-05-02 20:40:47 -07:00
parent ec1ee024ad
commit a3baf7f90e

View File

@ -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>