summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorAndrew Gerrand <adg@golang.org>2014-09-09 07:35:44 +1000
committerAndrew Gerrand <adg@golang.org>2014-09-09 07:35:44 +1000
commit1b257b461ee1eae5d223634d101eeee346c27d01 (patch)
treea93bb9dec59cb818b39797da158c7324d7b9f5af /doc
parentb01eb618a826e0a9ede9e978b48c1c4bdc66e6b1 (diff)
downloadgo-1b257b461ee1eae5d223634d101eeee346c27d01.tar.gz
doc: amend installation instructions
Fixes issue 8674. LGTM=r R=r CC=golang-codereviews https://codereview.appspot.com/139320044
Diffstat (limited to 'doc')
-rw-r--r--doc/install.html13
1 files changed, 3 insertions, 10 deletions
diff --git a/doc/install.html b/doc/install.html
index 2de04471c..ae7a21265 100644
--- a/doc/install.html
+++ b/doc/install.html
@@ -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>