summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Gerrand <adg@golang.org>2013-11-13 14:39:07 +1100
committerAndrew Gerrand <adg@golang.org>2013-11-13 14:39:07 +1100
commit96126a032684f536229edb7aad8be813901bfede (patch)
treed7bb37d0f78fa257b6b2d367828f00586d7c00d8
parent4f63cbe01b6057c2744076ee9208dee3249c2880 (diff)
downloadgo-96126a032684f536229edb7aad8be813901bfede.tar.gz
[release-branch.go1.2] doc: we support all recent versions of OS X
??? CL 25370045 / d809ded6f335 doc: we support all recent versions of OS X R=golang-dev, r CC=golang-dev https://codereview.appspot.com/25370045 ??? R=golang-dev CC=golang-dev https://codereview.appspot.com/25580044
-rw-r--r--doc/install.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/install.html b/doc/install.html
index 9252a5935..92f7189ba 100644
--- a/doc/install.html
+++ b/doc/install.html
@@ -51,7 +51,7 @@ proceeding. If your OS or architecture is not on the list, it's possible that
<tr><td colspan="3"><hr></td></tr>
<tr><td>FreeBSD 7 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/10.7</td> <td>amd64, 386</td> <td>use the gcc<sup>&#8224;</sup> that comes with Xcode<sup>&#8225;</sup></td></tr>
+<tr><td>Mac OS X 10.6 and above</td> <td>amd64, 386</td> <td>use the gcc<sup>&#8224;</sup> that comes with Xcode<sup>&#8225;</sup></td></tr>
<tr><td>Windows 2000 or later</td> <td>amd64, 386</td> <td>use mingw gcc<sup>&#8224;</sup>; cygwin or msys is not needed</td></tr>
<tr><td>NetBSD 6 or later</td> <td>amd64, 386</td> <td></td></tr>
</table>