[release-branch.go1.4] doc: update source install instruction to use tag 'go1.4.1'

Change-Id: I12e531fc0d92d3b6fc7ec2bbd8c029f63f55fbe1
Reviewed-on: https://go-review.googlesource.com/2798
Reviewed-by: Russ Cox <rsc@golang.org>
This commit is contained in:
Andrew Gerrand 2015-01-15 09:27:09 +11:00
parent cece1bd03f
commit 00d88f68bb

View File

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