From: Andrew Gerrand Date: Thu, 28 Nov 2013 20:05:05 +0000 (+1100) Subject: [release-branch.go1.2] doc/install.html: fix a tag. X-Git-Tag: go1.2~1 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=b27c7bd7efecc2455f94430cbf43afebf25d4c60;p=gostls13.git [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://golang.org/cl/30900044 »»» R=golang-dev CC=golang-dev https://golang.org/cl/34860044 --- diff --git a/doc/install.html b/doc/install.html index 4211ba1947..f08c7665f3 100644 --- a/doc/install.html +++ b/doc/install.html @@ -98,12 +98,12 @@ variable. You can do this by adding this line to your /etc/profile export PATH=$PATH:/usr/local/go/bin -

Installing to a custom location

+

Installing to a custom location

The Go binary distributions assume they will be installed in /usr/local/go (or c:\Go 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 GOROOT environment variable to point to the directory in which it was installed.

@@ -234,7 +234,7 @@ You just need to do a little more setup.

-The How to Write Go Code document +The How to Write Go Code document provides essential setup instructions for using the Go tools.