Skip to content

Commit

Permalink
doc/install.html: get rid of explicit version number in docs.
Browse files Browse the repository at this point in the history
So that we don't need to update the file each time a new version is released.

LGTM=dave, r, adg
R=golang-codereviews, dave, josharian, gobot, adg, r
CC=golang-codereviews
https://golang.org/cl/48730043
  • Loading branch information
minux committed Feb 6, 2014
1 parent 2dc759d commit 2b6eb11
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions doc/install.html
Original file line number Diff line number Diff line change
Expand Up @@ -76,12 +76,13 @@ <h3 id="tarball">Linux, Mac OS X, and FreeBSD tarballs</h3>
</p>

<pre>
tar -C /usr/local -xzf go1.1.linux-amd64.tar.gz
tar -C /usr/local -xzf go$VERSION.$OS-$ARCH.tar.gz
</pre>

<p>
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.
Choose the archive file appropriate for your installation.
For instance, if you are installing Go version 1.2 for 64-bit x86 on Linux,
the archive you want is called <code>go1.2.linux-amd64.tar.gz</code>.
</p>

<p>
Expand Down

0 comments on commit 2b6eb11

Please sign in to comment.