diff options
author | Tianon Gravi <admwiggin@gmail.com> | 2015-01-15 11:54:00 -0700 |
---|---|---|
committer | Tianon Gravi <admwiggin@gmail.com> | 2015-01-15 11:54:00 -0700 |
commit | f154da9e12608589e8d5f0508f908a0c3e88a1bb (patch) | |
tree | f8255d51e10c6f1e0ed69702200b966c9556a431 /doc/install.html | |
parent | 8d8329ed5dfb9622c82a9fbec6fd99a580f9c9f6 (diff) | |
download | golang-upstream/1.4.tar.gz |
Imported Upstream version 1.4upstream/1.4
Diffstat (limited to 'doc/install.html')
-rw-r--r-- | doc/install.html | 29 |
1 files changed, 10 insertions, 19 deletions
diff --git a/doc/install.html b/doc/install.html index 2de04471c..9561fdde2 100644 --- a/doc/install.html +++ b/doc/install.html @@ -6,14 +6,14 @@ <h2 id="download">Download the Go distribution</h2> <p> -<a href="/dl/" id="start" class="download" target="_blank"> +<a href="https://golang.org/dl/" id="start" class="download" target="_blank"> <span class="big">Download Go</span> <span class="desc">Click here to visit the downloads page</span> </a> </p> <p> -<a href="https://code.google.com/p/go/wiki/Downloads?tm=2" target="_blank">Official binary +<a href="https://golang.org/dl/" target="_blank">Official binary distributions</a> are available for the FreeBSD (release 8 and above), Linux, Mac OS X (Snow Leopard and above), and Windows operating systems and the 32-bit (<code>386</code>) and 64-bit (<code>amd64</code>) x86 processor architectures. @@ -47,7 +47,7 @@ proceeding. If your OS or architecture is not on the list, it's possible that <tr><td>FreeBSD 8 or later</td> <td>amd64, 386, arm</td> <td>Debian GNU/kFreeBSD not supported; FreeBSD/ARM needs FreeBSD 10 or later</td></tr> <tr><td>Linux 2.6.23 or later with glibc</td> <td>amd64, 386, arm</td> <td>CentOS/RHEL 5.x not supported; no binary distribution for ARM yet</td></tr> <tr><td>Mac OS X 10.6 or later</td> <td>amd64, 386</td> <td>use the gcc<sup>†</sup> that comes with Xcode<sup>‡</sup></td></tr> -<tr><td>Windows XP or later</td> <td>amd64, 386</td> <td>use MinGW gcc<sup>†</sup>. No need for cgywin or msys.</td></tr> +<tr><td>Windows XP or later</td> <td>amd64, 386</td> <td>use MinGW gcc<sup>†</sup>. No need for cygwin or msys.</td></tr> </table> <p> @@ -70,7 +70,7 @@ first <a href="#uninstall">remove the existing version</a>. <h3 id="tarball">Linux, Mac OS X, and FreeBSD tarballs</h3> <p> -<a href="https://code.google.com/p/go/wiki/Downloads?tm=2">Download the archive</a> +<a href="https://golang.org/dl/">Download the archive</a> and extract it into <code>/usr/local</code>, creating a Go tree in <code>/usr/local/go</code>. For example: </p> @@ -127,7 +127,7 @@ location. <h3 id="osx">Mac OS X package installer</h3> <p> -<a href="https://code.google.com/p/go/wiki/Downloads?tm=2">Download the package file</a>, +<a href="https://golang.org/dl/">Download the package file</a>, open it, and follow the prompts to install the Go tools. The package installs the Go distribution to <code>/usr/local/go</code>. </p> @@ -150,7 +150,7 @@ MSI installer that configures your installation automatically. <h4 id="windows_msi">MSI installer</h4> <p> -Open the <a href="https://code.google.com/p/go/wiki/Downloads?tm=2">MSI file</a> +Open the <a href="https://golang.org/dl/">MSI file</a> and follow the prompts to install the Go tools. By default, the installer puts the Go distribution in <code>c:\Go</code>. </p> @@ -164,7 +164,7 @@ command prompts for the change to take effect. <h4 id="windows_zip">Zip archive</h4> <p> -<a href="https://code.google.com/p/go/wiki/Downloads?tm=2">Download the zip file</a> and extract it into the directory of your choice (we suggest <code>c:\Go</code>). +<a href="https://golang.org/dl/">Download the zip file</a> and extract it into the directory of your choice (we suggest <code>c:\Go</code>). </p> <p> @@ -224,19 +224,12 @@ If you see the "hello, world" message then your Go installation is working. <p> You're almost done. -You just need to do a little more setup. +You just need to set up your environment. </p> <p> -<a href="/doc/code.html" class="download" id="writing"> -<span class="big">How to Write Go Code</span> -<span class="desc">Learn how to set up and use the Go tools</span> -</a> -</p> - -<p> -The <a href="/doc/code.html">How to Write Go Code</a> document -provides <b>essential setup instructions</b> for using the Go tools. +Read the <a href="/doc/code.html">How to Write Go Code</a> document, +which provides <b>essential setup instructions</b> for using the Go tools. </p> @@ -277,5 +270,3 @@ The official mailing list for discussion of the Go language is Report bugs using the <a href="//golang.org/issue">Go issue tracker</a>. </p> - - |