Commit 32696475 authored by Russ Cox's avatar Russ Cox

doc/install.html: how to update to a new release

Fixes #422.

R=r
CC=golang-dev
https://golang.org/cl/180057
parent b5866494
......@@ -301,6 +301,19 @@ gives more detail about
the process of building and testing Go programs.
</p>
<h2>Keeping up with releases</h2>
<p>New releases are announced on the <a href="http://groups.google.com/group/golang-nuts">Go Nuts</a> mailing list.
To update an existing tree to the latest release, you can run:
</p>
<pre>
$ cd $GOROOT/src
$ hg pull
$ hg update release
$ make all
</pre>
<h2>Community resources</h2>
<p>
......
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