diff --git a/doc/install.html b/doc/install.html
index c8b1cf4cf58..1c8f9942f38 100644
--- a/doc/install.html
+++ b/doc/install.html
@@ -24,7 +24,7 @@ For information about installing gccgo
, see
Setting up and using gccgo.
Visit the @@ -47,7 +47,7 @@ OS/arch combination you may want to try installing gccgo instead of gc.
-The Go binary distributions assume they will be installed in @@ -84,15 +84,17 @@ rm -r /usr/local/go
-Extract the archive into /usr/local
, creating a Go tree in
-/usr/local/go
:
+Extract the archive
+into /usr/local
, creating a Go tree in /usr/local/go
:
tar -C /usr/local -xzf go.release.go1.tar.gz-
(Typically these commands must be run as root or through sudo
.)
+(Typically these commands must be run as root or through sudo
.)
+
Add /usr/local/go/bin
to the PATH
environment
@@ -107,7 +109,8 @@ export PATH=$PATH:/usr/local/go/bin
-Open the .pkg
file and follow the prompts to install the Go tools.
+Open the package file
+and follow the prompts to install the Go tools.
The package installs the Go distribution to /usr/local/go
.
-Open the .msi
file and follow the prompts to install the Go tools.
+Open the MSI file
+and follow the prompts to install the Go tools.
By default, the installer puts the Go distribution in c:\Go
.
-Extract the .zip
file to the directory of your choice (we
-suggest c:\Go
).
+Extract the ZIP file
+to the directory of your choice (we suggest c:\Go
).
@@ -164,7 +168,7 @@ versions of Windows provide this control panel through the "Advanced System Settings" option inside the "System" control panel.
-Check that Go is installed correctly by building a simple program, as follows.