Fixes #59.
Add note about export.
R=r
https://golang.org/cl/152079
</p>
<p>
-After setting these variables in your <code>.bashrc</code>, double-check them by
-listing your environment.
+Set these variables in your <code>.bashrc</code>. For example:
+</p>
+
+<pre>
+export GOROOT=$HOME/go
+export GOARCH=amd64
+export GOOS=linux
+</pre>
+
+<p>
+Double-check them by listing your environment.
</p>
<pre>
</pre>
<p>works on most systems.
+(On Ubuntu, you might try <code>apt-get install python-setuptools python-dev</code> first.)
If that fails, visit the <a href="http://mercurial.selenic.com/wiki/Download">Mercurial Download</a> page.</p>
<p>Make sure the <code>$GOROOT</code> directory does not exist or is empty.