From 08b97d4061dd75ceec1d44e4335183cd791c9306 Mon Sep 17 00:00:00 2001 From: Andrew Gerrand Date: Thu, 27 Sep 2012 15:36:22 -0700 Subject: [release-branch.go1] doc: clarify that the displayed tar file name is an example MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ««« CL 6573065 / 49b27543b08b doc: clarify that the displayed tar file name is an example R=golang-dev, dave, r CC=golang-dev https://golang.org/cl/6573065 »»» R=golang-dev CC=golang-dev https://golang.org/cl/6571068 --- doc/install.html | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/doc/install.html b/doc/install.html index 0d20869704..ccc6eda303 100644 --- a/doc/install.html +++ b/doc/install.html @@ -116,13 +116,19 @@ rm -r /usr/local/go

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

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

+The name of the archive may differ, depending on the version of Go you are +installing and your system's operating system and processor architecture. +

+

(Typically these commands must be run as root or through sudo.)

-- cgit v1.2.3-54-g00ecf