diff --git a/doc/install.html b/doc/install.html index 39de519b08d8a0..5414b94fb8cf74 100644 --- a/doc/install.html +++ b/doc/install.html @@ -103,10 +103,10 @@
-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
:
-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 @@
-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
.