From 1b89d514d7d03c1c446df1fb8d4be511b34d3163 Mon Sep 17 00:00:00 2001 From: Andrew Gerrand Date: Tue, 27 Mar 2012 11:19:30 +1100 Subject: [PATCH] doc: describe the Windows MSI installer as experimental R=golang-dev, r CC=golang-dev https://golang.org/cl/5921043 --- doc/install.html | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/doc/install.html b/doc/install.html index 1c8f9942f3..ad3eaf338b 100644 --- a/doc/install.html +++ b/doc/install.html @@ -125,38 +125,38 @@ Terminal sessions for the change to take effect.

The Go project provides two installation options for Windows users (besides installing from source): -an MSI installer that configures your installation automatically, -and a zip archive that requires you to set some environment variables. +a zip archive that requires you to set some environment variables and an +experimental MSI installer that configures your installation automatically.

-

MSI installer

+

Zip archive

-Open the MSI file -and follow the prompts to install the Go tools. -By default, the installer puts the Go distribution in c:\Go. +Extract the zip file +to the directory of your choice (we suggest c:\Go).

-The installer should put the c:\Go\bin directory in your -PATH environment variable. You may need to restart any open -command prompts for the change to take effect. +If you chose a directory other than c:\Go, you must set +the GOROOT environment variable to your chosen path.

-

Zip archive

-

-Extract the ZIP file -to the directory of your choice (we suggest c:\Go). +Add the bin subdirectory of your Go root (for example, c:\Go\bin) to to your PATH environment variable.

+

MSI installer (experimental)

+

-If you chose a directory other than c:\Go, you must set -the GOROOT environment variable to your chosen path. +Open the MSI file +and follow the prompts to install the Go tools. +By default, the installer puts the Go distribution in c:\Go.

-Add the bin subdirectory of your Go root (for example, c:\Go\bin) to to your PATH environment variable. +The installer should put the c:\Go\bin directory in your +PATH environment variable. You may need to restart any open +command prompts for the change to take effect.

Setting environment variables under Windows

-- 2.48.1