1
0
mirror of https://github.com/golang/go synced 2024-11-11 21:10:21 -07:00

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

Fixes #422.

R=r
CC=golang-dev
https://golang.org/cl/180057
This commit is contained in:
Russ Cox 2009-12-15 19:16:56 -08:00
parent b5866494ea
commit 3269647502

View File

@ -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>