]> Cypherpunks repositories - gostls13.git/commitdiff
doc: remove note about installing from source for ARM
authorRuss Cox <rsc@golang.org>
Wed, 6 Jan 2016 20:47:47 +0000 (15:47 -0500)
committerRuss Cox <rsc@golang.org>
Thu, 7 Jan 2016 04:12:01 +0000 (04:12 +0000)
Now there are ARM downloads too.

Change-Id: I236381508c69d56748e672d184b92caa715e81ae
Reviewed-on: https://go-review.googlesource.com/18342
Reviewed-by: Andrew Gerrand <adg@golang.org>
doc/install.html

index 6baf2b53c8fba69fae8bdb83356ec4a8b4ce4913..96a7672778bb6907d378692c9bd596149a04c7ef 100644 (file)
@@ -48,7 +48,7 @@ If your OS or architecture is not on the list, you may be able to
 </tr>
 <tr><td colspan="3"><hr></td></tr>
 <tr><td>FreeBSD 8-STABLE or later</td> <td>amd64</td> <td>Debian GNU/kFreeBSD not supported</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; install from source for ARM</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</td></tr>
 <tr><td>Mac OS X 10.7 or later</td> <td>amd64</td> <td>use the clang or gcc<sup>&#8224;</sup> that comes with Xcode<sup>&#8225;</sup></td></tr>
 <tr><td>Windows XP or later</td> <td>amd64, 386</td> <td>use MinGW gcc<sup>&#8224;</sup>. No need for cygwin or msys.</td></tr>
 </table>