Skip to content

Commit

Permalink
doc/install.html: address comments from review of previous edit
Browse files Browse the repository at this point in the history
Point out that one can just run the commands now; it's not necessary
to log out first.

Change-Id: I48d0cc0273d97ba54ce59b3a3bbcae0b5af9aaef
Reviewed-on: https://go-review.googlesource.com/106195
Reviewed-by: Ian Lance Taylor <[email protected]>
  • Loading branch information
robpike committed Apr 11, 2018
1 parent 338ac2a commit cf77603
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions doc/install.html
Original file line number Diff line number Diff line change
Expand Up @@ -108,8 +108,10 @@ <h3 id="tarball">Linux, Mac OS X, and FreeBSD tarballs</h3>

<p>
<b>Note</b>: changes made to a <code>profile</code> file may not apply until the
next time you log into your computer. Alternatively, you can apply them to the
current shell with a command like <code>source $HOME/.profile</code>.
next time you log into your computer.
To apply the changes immediately, just run the shell commands directly
or execute them from the profile using a command such as
<code>source $HOME/.profile</code>.
</p>

<h4 id="tarball_non_standard">Installing to a custom location</h4>
Expand Down

0 comments on commit cf77603

Please sign in to comment.