From b27c7bd7efecc2455f94430cbf43afebf25d4c60 Mon Sep 17 00:00:00 2001 From: Andrew Gerrand Date: Fri, 29 Nov 2013 07:05:05 +1100 Subject: [release-branch.go1.2] doc/install.html: fix a tag. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ««« 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 --- doc/install.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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.

-- cgit v1.2.3-54-g00ecf