diff --git a/doc/install.html b/doc/install.html index 4b5a50b9a0..819164c5c2 100644 --- a/doc/install.html +++ b/doc/install.html @@ -61,7 +61,7 @@ support for segmented stacks, and a strong goroutine implementation.
-The compilers can target the FreeBSD, Linux,
+The compilers can target the FreeBSD, Linux, OpenBSD
and OS X (a.k.a. Darwin) operating systems.
(A port to Microsoft Windows is in progress but incomplete. See the
Windows Port
@@ -373,9 +373,9 @@ to override the defaults.
$GOHOSTARCH
respectively (described below).
- Choices for $GOOS
are linux
,
- freebsd
,
+ Choices for $GOOS
are
darwin
(Mac OS X 10.5 or 10.6),
+ freebsd
, linux
, openbsd
,
and windows
(Windows, an incomplete port).
Choices for $GOARCH
are amd64
(64-bit x86, the most mature port),
386
(32-bit x86), and
@@ -407,6 +407,12 @@ to override the defaults.
linux
arm
openbsd
386
openbsd
amd64
windows
386