diff --git a/doc/install-source.html b/doc/install-source.html index 2d12a28869..6d416d33f1 100644 --- a/doc/install-source.html +++ b/doc/install-source.html @@ -666,7 +666,6 @@ something like this:

-export GOROOT=$HOME/go1.X
 export GOARCH=amd64
 export GOOS=linux
 
diff --git a/doc/install.html b/doc/install.html index ab192031c4..a41c60ba6c 100644 --- a/doc/install.html +++ b/doc/install.html @@ -171,11 +171,6 @@ command prompts for the change to take effect. Download the zip file and extract it into the directory of your choice (we suggest c:\Go).

-

-If you chose a directory other than c:\Go, -you must set the GOROOT environment variable to your chosen path. -

-

Add the bin subdirectory of your Go root (for example, c:\Go\bin) to your PATH environment variable.