From 696a7e1595e30c1d05c4556b1bcf3107eae5609a Mon Sep 17 00:00:00 2001 From: Andrew Gerrand Date: Mon, 5 May 2014 14:31:26 -0700 Subject: [PATCH] doc: refer to wiki page for downloads We will serve downloads from here until we work out a better plan. LGTM=bradfitz R=golang-codereviews, bradfitz CC=golang-codereviews https://golang.org/cl/95980044 --- doc/install.html | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/doc/install.html b/doc/install.html index 5bd250754f..1497d30ffd 100644 --- a/doc/install.html +++ b/doc/install.html @@ -6,14 +6,14 @@

Download the Go distribution

- + Download Go Click here to visit the downloads page

-Official binary +Official binary distributions 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 (386) and 64-bit (amd64) x86 processor architectures. @@ -70,7 +70,7 @@ first remove the existing version.

Linux, Mac OS X, and FreeBSD tarballs

-Download the archive +Download the archive and extract it into /usr/local, creating a Go tree in /usr/local/go. For example:

@@ -127,7 +127,7 @@ location.

Mac OS X package installer

-Download the package file, +Download the package file, open it, and follow the prompts to install the Go tools. The package installs the Go distribution to /usr/local/go.

@@ -150,7 +150,7 @@ MSI installer that configures your installation automatically.

MSI installer

-Open the MSI file +Open the MSI file and follow the prompts to install the Go tools. By default, the installer puts the Go distribution in c:\Go.

@@ -164,7 +164,7 @@ command prompts for the change to take effect.

Zip archive

-Download the zip file and extract it into the directory of your choice (we suggest c:\Go). +Download the zip file and extract it into the directory of your choice (we suggest c:\Go).

-- 2.50.0