Commit 52700d24 authored by Duncan Holm's avatar Duncan Holm Committed by Andrew Gerrand

doc: use the already defined GOPATH in PATH

R=golang-dev, adg
CC=golang-dev
https://golang.org/cl/8248044
parent 6a7e0036
...@@ -125,7 +125,7 @@ to your <code>PATH</code>: ...@@ -125,7 +125,7 @@ to your <code>PATH</code>:
</p> </p>
<pre> <pre>
$ <b>export PATH=$PATH:$HOME/go/bin</b> $ <b>export PATH=$PATH:$GOPATH/bin</b>
</pre> </pre>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment