From 219ca602ab3f9d7d857bc1640e2b9e01475cdc3d Mon Sep 17 00:00:00 2001 From: Brad Fitzpatrick Date: Sat, 6 Aug 2016 10:12:03 -0700 Subject: [PATCH] doc: fix required OS X version inconsistency for binary downloads Updates #16625 Change-Id: Icac6705828bd9b29379596ba64b34d922b9002c3 Reviewed-on: https://go-review.googlesource.com/25548 Reviewed-by: Ian Lance Taylor --- doc/install.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/install.html b/doc/install.html index 0e6b86fdaf..cfe3e67a64 100644 --- a/doc/install.html +++ b/doc/install.html @@ -17,7 +17,7 @@

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

@@ -49,7 +49,7 @@ If your OS or architecture is not on the list, you may be able to
FreeBSD 8-STABLE or later amd64 Debian GNU/kFreeBSD not supported Linux 2.6.23 or later with glibc amd64, 386, arm CentOS/RHEL 5.x not supported -Mac OS X 10.7 or later amd64 use the clang or gcc that comes with Xcode +Mac OS X 10.7 or later amd64 use the clang or gcc that comes with Xcode for cgo support Windows XP or later amd64, 386 use MinGW gcc. No need for cygwin or msys. -- 2.50.0