]> Cypherpunks repositories - gostls13.git/commitdiff
[release-branch.go1.4] doc: update source install instruction to use tag 'go1.4.1'
authorAndrew Gerrand <adg@golang.org>
Wed, 14 Jan 2015 22:27:09 +0000 (09:27 +1100)
committerAndrew Gerrand <adg@golang.org>
Thu, 15 Jan 2015 03:55:30 +0000 (03:55 +0000)
Change-Id: I12e531fc0d92d3b6fc7ec2bbd8c029f63f55fbe1
Reviewed-on: https://go-review.googlesource.com/2798
Reviewed-by: Russ Cox <rsc@golang.org>
doc/install-source.html

index 15cb624df29addbbc8737586aff7ee31421ac946..7daf360a0f4d57ffb53596a79b92034b6891c106 100644 (file)
@@ -109,7 +109,7 @@ Then clone the repository and check out the latest release tag:</p>
 <pre>
 $ git clone https://go.googlesource.com/go
 $ cd go
-$ git checkout go1.4
+$ git checkout go1.4.1
 </pre>
 
 <h2 id="head">(Optional) Switch to the master branch</h2>