From: Andrew Gerrand Date: Mon, 15 Mar 2010 22:42:34 +0000 (+1100) Subject: install.html: elaborate on shell profile instructions X-Git-Tag: weekly.2010-03-15~1 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=9aff17f0d79d996b4e38100c3a88ba62fc9f34b5;p=gostls13.git install.html: elaborate on shell profile instructions R=r, rsc CC=golang-dev https://golang.org/cl/556041 --- 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.)