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
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: +
-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.)