aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRuss Cox <rsc@golang.org>2009-12-15 19:16:56 -0800
committerRuss Cox <rsc@golang.org>2009-12-15 19:16:56 -0800
commit3269647502e238e0e9d33f5b5b17cd269ecf5d42 (patch)
treebed3c5f01146eacbee09e220db84bc9a797818c7
parentb5866494eaabd03a8eaeaabd05bd2e043e2795b5 (diff)
downloadgo-3269647502e238e0e9d33f5b5b17cd269ecf5d42.tar.gz
go-3269647502e238e0e9d33f5b5b17cd269ecf5d42.zip
doc/install.html: how to update to a new release
Fixes #422. R=r CC=golang-dev https://golang.org/cl/180057
-rw-r--r--doc/install.html13
1 files changed, 13 insertions, 0 deletions
diff --git a/doc/install.html b/doc/install.html
index e7365575c1..34c2bcc58f 100644
--- a/doc/install.html
+++ b/doc/install.html
@@ -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>