summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Gerrand <adg@golang.org>2013-09-25 18:15:29 +1000
committerAndrew Gerrand <adg@golang.org>2013-09-25 18:15:29 +1000
commit760146e04b1255ecb263975a354bebb487a96505 (patch)
treeaaf4e436baca8da2311964779e145b632db0bb7a
parent51c9badf44803017a1fbf274042f7a09c1817e76 (diff)
downloadgo-760146e04b1255ecb263975a354bebb487a96505.tar.gz
doc: mention the install locations for godoc, cover, and vet
R=golang-dev, r CC=golang-dev https://codereview.appspot.com/13893043
-rw-r--r--doc/install-source.html10
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/install-source.html b/doc/install-source.html
index 9aaf58812..59d984fd3 100644
--- a/doc/install-source.html
+++ b/doc/install-source.html
@@ -250,6 +250,16 @@ You must also have a workspace (<code>GOPATH</code>) set up;
see <a href="/doc/code.html">How to Write Go Code</a> for the details.
</p>
+<p>
+<b>Note</b>: The <code>go</code> command will install the <code>godoc</code>
+binary to <code>$GOROOT/bin</code> (or <code>$GOBIN</code>) and the
+<code>cover</code> and <code>vet</code> binaries to
+<code>$GOROOT/pkg/tool/$GOOS_$GOARCH</code>.
+You can access the latter commands with
+"<code>go</code> <code>tool</code> <code>cover</code>" and
+"<code>go</code> <code>tool</code> <code>vet</code>".
+</p>
+
<h2 id="community">Community resources</h2>
<p>