From: Peter Mundy Date: Wed, 8 Dec 2010 09:27:45 +0000 (+1100) Subject: doc: fix installation $GOOS choices X-Git-Tag: weekly.2010-12-15~101 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=c17394df31db2d9ab190828c8424279681d2b3b8;p=gostls13.git doc: fix installation $GOOS choices The $GOOS choices text and combinations list should match. R=adg CC=golang-dev https://golang.org/cl/3485046 --- diff --git a/doc/install.html b/doc/install.html index 1c344e425c..8df3d423c6 100644 --- a/doc/install.html +++ b/doc/install.html @@ -340,7 +340,8 @@ to override the defaults. Choices for $GOOS are linux, freebsd, darwin (Mac OS X 10.5 or 10.6), - and nacl (Native Client, an incomplete port). + nacl (Native Client, an incomplete port), + and windows (Windows, an incomplete port). Choices for $GOARCH are amd64 (64-bit x86, the most mature port), 386 (32-bit x86), and arm (32-bit ARM, an incomplete port).