doc/install.html | 6 +++--- diff --git a/doc/install.html b/doc/install.html index 4211ba1947140c5d0fd13160608353370fb0e334..f08c7665f3383d1557b4c0c79a35a28fb20d5ef7 100644 --- a/doc/install.html +++ b/doc/install.html @@ -98,12 +98,12 @@
export PATH=$PATH:/usr/local/go/bin-
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.
-The How to Write Go Code document +The How to Write Go Code document provides essential setup instructions for using the Go tools.