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.