diff --git a/doc/install.html b/doc/install.html index 39de519b08..5414b94fb8 100644 --- a/doc/install.html +++ b/doc/install.html @@ -103,10 +103,10 @@ Windows users should read the section about setting environment variables under Windows.

-

FreeBSD and Linux

+

FreeBSD, Linux, and Mac OS X tarballs

-On FreeBSD and Linux, if you are upgrading from an older version of Go you must +If you are upgrading from an older version of Go you must first remove the existing version from /usr/local/go:

@@ -115,12 +115,12 @@ rm -r /usr/local/go

-Extract the archive +Extract the archive into /usr/local, creating a Go tree in /usr/local/go:

-tar -C /usr/local -xzf go.release.go1.tar.gz
+tar -C /usr/local -xzf go1.0.2.linux-amd64.tar.gz
 

@@ -137,10 +137,10 @@ variable. You can do this by adding this line to your /etc/profile export PATH=$PATH:/usr/local/go/bin -

Mac OS X

+

Mac OS X package installer

-Open the package file +Open the package file and follow the prompts to install the Go tools. The package installs the Go distribution to /usr/local/go.