From 9aff17f0d79d996b4e38100c3a88ba62fc9f34b5 Mon Sep 17 00:00:00 2001 From: Andrew Gerrand Date: Tue, 16 Mar 2010 09:42:34 +1100 Subject: [PATCH] install.html: elaborate on shell profile instructions R=r, rsc CC=golang-dev https://golang.org/cl/556041 --- doc/install.html | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/doc/install.html b/doc/install.html index 87d4836d2f..20f8dcc692 100644 --- a/doc/install.html +++ b/doc/install.html @@ -19,9 +19,9 @@ compiler using the GCC back end, see

Environment variables

-

The Go compilation environment depends on three environment -variables that you should set in your .bashrc or equivalent, -plus one optional variable:

+

+The Go compilation environment depends on three environment variables plus one optional variable: +

@@ -106,7 +106,9 @@ In effect, you are always cross-compiling.

-Set these variables in your .bashrc. For example: +Set these variables in your shell profile ($HOME/.bashrc, +$HOME/.profile, or equivalent). The settings might look +something like this:

@@ -116,7 +118,8 @@ export GOOS=linux
 

-Double-check them by listing your environment. +Double-check them by listing your environment. (You will need to launch +a new shell or terminal window for the changes to take effect.)

-- 
2.50.0