From 218f08a9875572fdadb5a60055ac735b972d3417 Mon Sep 17 00:00:00 2001
From: Andrew Gerrand
-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 @@ variable. You can do this by adding this line to your /etc/profile
export PATH=$PATH:/usr/local/go/bin
-
-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
.