Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(556)

Unified Diff: doc/install.html

Issue 171044: Remove GOBIN in PATH dependency; don't assume cwd is $G... (Closed)
Patch Set: code review 171044: Remove GOBIN in PATH dependency; don't assume cwd is $G... Created 15 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | doc/progs/run » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: doc/install.html
===================================================================
--- a/doc/install.html
+++ b/doc/install.html
@@ -82,10 +82,9 @@
</dt>
<dd>
The location where binaries will be installed.
- If you set <code>$GOBIN</code>, you need to ensure that it
- is in your <code>$PATH</code> so that newly built Go-specific
- command such as the compiler can be found during the build.
- The default, <code>$HOME/bin</code>, may already be in your <code>$PATH</code>.
+ The default is <code>$HOME/bin</code>.
+ After installing, you will want to arrange to add this
+ directory to your <code>$PATH</code>, so you can use the tools.
</dd>
</dl>
@@ -204,9 +203,7 @@
</p>
<p>
-To build the Go distribution, make sure <code>$GOBIN</code>
-(or <code>$HOME/bin</code> if <code>$GOBIN</code> is not set)
-is in your <code>$PATH</code> and then run
+To build the Go distribution, run
</p>
<pre>
« no previous file with comments | « no previous file | doc/progs/run » ('j') | no next file with comments »

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b