From 2ba00e47545406b3dd11436e3f1acf841d4932c6 Mon Sep 17 00:00:00 2001
From: Giovanni Bajo
-(To build under Windows use
diff --git a/doc/install-source.html b/doc/install-source.html
index 17b1c9cbb7..3d42a10ad6 100644
--- a/doc/install-source.html
+++ b/doc/install-source.html
@@ -106,23 +106,17 @@ Go does not support CentOS 6 on these systems.
-
The Go toolchain is written in Go. To build it, you need a Go compiler installed.
-The scripts that do the initial build of the tools look for an existing Go tool
-chain in
-There are many options for the bootstrap toolchain.
-After obtaining one, set all.bat
; this also requires
-setting the environment variable GOROOT_BOOTSTRAP
to the
-directory holding the Go tree for the bootstrap compiler.)
+(To build under Windows use all.bat
)
Install Go compiler binaries
+Install Go compiler binaries for bootstrap
$GOROOT_BOOTSTRAP
.
-If unset, the default value of GOROOT_BOOTSTRAP
-is $HOME/go1.4
.
-GOROOT_BOOTSTRAP
to the
-directory containing the unpacked tree.
-For example, $GOROOT_BOOTSTRAP/bin/go
should be
-the go
command binary for the bootstrap toolchain.
-$PATH
, so as long as you have Go installed in your
+system and configured in your $PATH
, you are ready to build Go
+from source.
+Or if you prefer you can set $GOROOT_BOOTSTRAP
to the
+root of a Go installation to use to build the new Go toolchain;
+$GOROOT_BOOTSTRAP/bin/go
should be the go command to use.