]> Cypherpunks repositories - gostls13.git/commitdiff
doc: amend installation instructions
authorAndrew Gerrand <adg@golang.org>
Mon, 8 Sep 2014 21:35:44 +0000 (07:35 +1000)
committerAndrew Gerrand <adg@golang.org>
Mon, 8 Sep 2014 21:35:44 +0000 (07:35 +1000)
Fixes #8674.

LGTM=r
R=r
CC=golang-codereviews
https://golang.org/cl/139320044

doc/install.html

index 2de04471c5ee666bcad2becea6c09ad4a9a94587..ae7a212655232adfa3933d5239d3f33b449b27c3 100644 (file)
@@ -224,19 +224,12 @@ If you see the "hello, world" message then your Go installation is working.
 
 <p>
 You're almost done.
-You just need to do a little more setup.
+You just need to set up your environment.
 </p>
 
 <p>
-<a href="/doc/code.html" class="download" id="writing">
-<span class="big">How to Write Go Code</span>
-<span class="desc">Learn how to set up and use the Go tools</span>
-</a>
-</p>
-
-<p>
-The <a href="/doc/code.html">How to Write Go Code</a> document
-provides <b>essential setup instructions</b> for using the Go tools.
+Read the <a href="/doc/code.html">How to Write Go Code</a> document,
+which provides <b>essential setup instructions</b> for using the Go tools.
 </p>