commit | a3baf7f90ebdfaa38358cb2e45abae827b97b99a | [log] [tgz] |
---|---|---|
author | Andrew Gerrand <adg@golang.org> | Mon May 02 20:40:47 2011 -0700 |
committer | Andrew Gerrand <adg@golang.org> | Mon May 02 20:40:47 2011 -0700 |
tree | 0e19c255aca536abecaf9414d5c29e68d5fee2cd | |
parent | ec1ee024adbd673d2422c7640ad16b4cdd5d41f1 [diff] [blame] |
doc/install: specify clone -u instead of -r R=rsc CC=golang-dev https://golang.org/cl/4435081
diff --git a/doc/install.html b/doc/install.html index b989416..2256123 100644 --- a/doc/install.html +++ b/doc/install.html
@@ -136,7 +136,7 @@ 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>