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:
parent
ec1ee024ad
commit
a3baf7f90e
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user