mirror of
https://github.com/golang/go
synced 2024-11-11 20:40:21 -07:00
doc/install.html: get rid of explicit version number in docs.
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
This commit is contained in:
parent
2dc759d7c6
commit
2b6eb111e2
@ -76,12 +76,13 @@ and extract it into <code>/usr/local</code>, creating a Go tree in
|
||||
</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>
|
||||
|
Loading…
Reference in New Issue
Block a user