From: Andrew Gerrand Date: Thu, 27 Sep 2012 22:34:18 +0000 (-0700) Subject: doc: clarify that the displayed tar file name is an example X-Git-Tag: go1.1rc2~2299 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=a7d4c3f43dbcab516b6bbd4723fbff30469898a7;p=gostls13.git doc: clarify that the displayed tar file name is an example R=golang-dev, dave, r CC=golang-dev https://golang.org/cl/6573065 --- diff --git a/doc/install.html b/doc/install.html index cc02f12924..f6d377e505 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.)