doc/install.html | 13 ++++++++----- diff --git a/doc/install.html b/doc/install.html index 87d4836d2feb83353f5f5f47baf3ed29c83eab3b..20f8dcc692c10ea3f86fc35cb3d3fe4bf739d1ef 100644 --- a/doc/install.html +++ b/doc/install.html @@ -19,9 +19,9 @@
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.)