summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Gerrand <adg@golang.org>2013-11-29 07:05:05 +1100
committerAndrew Gerrand <adg@golang.org>2013-11-29 07:05:05 +1100
commiteaa9fcc0f3e0801bd03d8175caf8fbf6ed25f6fa (patch)
treeba1255781a2916a9d2a45bd5df99e0687e570aa8
parenta7eea2e769be48575c7810106fbcdce2178b50c8 (diff)
downloadgo-eaa9fcc0f3e0801bd03d8175caf8fbf6ed25f6fa.tar.gz
[release-branch.go1.2] doc/install.html: fix a tag.
??? CL 30900044 / 65bf677ab8d8 doc/install.html: fix a tag. R=golang-dev, adg CC=golang-dev https://codereview.appspot.com/30900044 Committer: Andrew Gerrand <adg@golang.org> ??? R=golang-dev CC=golang-dev https://codereview.appspot.com/34860044
-rw-r--r--doc/install.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/install.html b/doc/install.html
index 4211ba194..f08c7665f 100644
--- a/doc/install.html
+++ b/doc/install.html
@@ -98,12 +98,12 @@ variable. You can do this by adding this line to your <code>/etc/profile</code>
export PATH=$PATH:/usr/local/go/bin
</pre>
-<h4 id="tarball_non_standard">Installing to a custom location</h3>
+<h4 id="tarball_non_standard">Installing to a custom location</h4>
<p>
The Go binary distributions assume they will be installed in
<code>/usr/local/go</code> (or <code>c:\Go</code> under Windows),
-but it is possible to install the Go tools to a different location.
+but it is possible to install the Go tools to a different location.
In this case you must set the <code>GOROOT</code> environment variable
to point to the directory in which it was installed.
</p>
@@ -234,7 +234,7 @@ You just need to do a little more setup.
</p>
<p>
-The <a href="/doc/code.html">How to Write Go Code</a> document
+The <a href="/doc/code.html">How to Write Go Code</a> document
provides <b>essential setup instructions</b> for using the Go tools.
</p>