From f154da9e12608589e8d5f0508f908a0c3e88a1bb Mon Sep 17 00:00:00 2001 From: Tianon Gravi Date: Thu, 15 Jan 2015 11:54:00 -0700 Subject: Imported Upstream version 1.4 --- doc/install.html | 29 ++++++++++------------------- 1 file changed, 10 insertions(+), 19 deletions(-) (limited to 'doc/install.html') 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 @@

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. @@ -47,7 +47,7 @@ proceeding. If your OS or architecture is not on the list, it's possible that FreeBSD 8 or later amd64, 386, arm Debian GNU/kFreeBSD not supported; FreeBSD/ARM needs FreeBSD 10 or later Linux 2.6.23 or later with glibc amd64, 386, arm CentOS/RHEL 5.x not supported; no binary distribution for ARM yet Mac OS X 10.6 or later amd64, 386 use the gcc that comes with Xcode -Windows XP or later amd64, 386 use MinGW gcc. No need for cgywin or msys. +Windows XP or later amd64, 386 use MinGW gcc. No need for cygwin or msys.

@@ -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).

@@ -224,19 +224,12 @@ If you see the "hello, world" message then your Go installation is working.

You're almost done. -You just need to do a little more setup. +You just need to set up your environment.

- -How to Write Go Code -Learn how to set up and use the Go tools - -

- -

-The How to Write Go Code document -provides essential setup instructions for using the Go tools. +Read the How to Write Go Code document, +which provides essential setup instructions for using the Go tools.

@@ -277,5 +270,3 @@ The official mailing list for discussion of the Go language is Report bugs using the Go issue tracker.

- - -- cgit v1.2.3