From 01de671ce3363c587709b986cbd9b569347e0b80 Mon Sep 17 00:00:00 2001 From: Andrew Gerrand Date: Thu, 8 Jan 2015 14:10:03 +1100 Subject: [release-branch.go1.4] doc: fix antiquated source install instructions Related to https://golang.org/issue/9529 LGTM=r R=r CC=golang-codereviews https://codereview.appspot.com/194050043 --- doc/install-source.html | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/doc/install-source.html b/doc/install-source.html index f53deb404..5fe9dd0b7 100644 --- a/doc/install-source.html +++ b/doc/install-source.html @@ -121,10 +121,12 @@ if necessary.

Go will install to a directory named go. Change to the directory that will be its parent and make sure the go directory does not exist. -Then check out the repository:

+Then check out the repository and sync to the release version:

-$ hg clone -u release https://code.google.com/p/go
+$ hg clone https://code.google.com/p/go
+$ cd go
+$ hg update release
 
-- cgit v1.2.1