doc/install-source.html | 1 - doc/install.html | 5 ----- diff --git a/doc/install-source.html b/doc/install-source.html index 2d12a288694c8fd9dc216fd3b85d411cdecbd526..6d416d33f16fe700a63d95ba0664514bfe4a035b 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=linuxdiff --git a/doc/install.html b/doc/install.html index ab192031c46d46a27e257a7c04a3baf876fe25b7..a41c60ba6c8b205f1e763f9a9f3bebf7951933ba 100644 --- a/doc/install.html +++ b/doc/install.html @@ -172,11 +172,6 @@ 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.