From 07d2195c66cfbd289925acea2951bcd311bb0a76 Mon Sep 17 00:00:00 2001 From: Oling Cat Date: Mon, 25 Nov 2013 13:36:16 +1100 Subject: [PATCH] doc/install.html: fix a tag. R=golang-dev, adg CC=golang-dev https://golang.org/cl/30900044 --- 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.

-- 2.50.0