diff --git a/doc/install-source.html b/doc/install-source.html index cf89dc877dd00..e71fff710f408 100644 --- a/doc/install-source.html +++ b/doc/install-source.html @@ -399,7 +399,7 @@

Optional environment variables

Choices for $GOOS are -darwin (Mac OS X 10.6 and above and iOS), dragonfly, freebsd, +darwin (Mac OS X 10.7 and above and iOS), dragonfly, freebsd, linux, netbsd, openbsd, plan9, solaris and windows. Choices for $GOARCH are diff --git a/doc/install.html b/doc/install.html index 8c9322fd53bd1..d94d6a9368b80 100644 --- a/doc/install.html +++ b/doc/install.html @@ -15,7 +15,7 @@

Download the Go distribution

Official binary distributions are available for the FreeBSD (release 8-STABLE and above), -Linux, Mac OS X (Snow Leopard and above), and Windows operating systems and +Linux, Mac OS X (10.7 and above), and Windows operating systems and the 32-bit (386) and 64-bit (amd64) x86 processor architectures.

@@ -47,7 +47,7 @@

System requirements


FreeBSD 8-STABLE 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 +Mac OS X 10.7 or later amd64 use the gcc that comes with Xcode Windows XP or later amd64, 386 use MinGW gcc. No need for cygwin or msys.