From: Andrew Gerrand
Date: Wed, 14 Jan 2015 22:27:09 +0000 (+1100)
Subject: [release-branch.go1.4] doc: update source install instruction to use tag 'go1.4.1'
X-Git-Tag: go1.4.1~2
X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=00d88f68bb1a3c7da419aac36d1e85ffaceb4d86;p=gostls13.git
[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
---
diff --git a/doc/install-source.html b/doc/install-source.html
index 15cb624df2..7daf360a0f 100644
--- a/doc/install-source.html
+++ b/doc/install-source.html
@@ -109,7 +109,7 @@ Then clone the repository and check out the latest release tag:
$ git clone https://go.googlesource.com/go
$ cd go
-$ git checkout go1.4
+$ git checkout go1.4.1
(Optional) Switch to the master branch