From: Russ Cox Date: Wed, 16 Dec 2009 03:16:56 +0000 (-0800) Subject: doc/install.html: how to update to a new release X-Git-Tag: weekly.2009-12-22~38 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=3269647502e238e0e9d33f5b5b17cd269ecf5d42;p=gostls13.git doc/install.html: how to update to a new release Fixes #422. R=r CC=golang-dev https://golang.org/cl/180057 --- 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.

+

Keeping up with releases

+ +

New releases are announced on the Go Nuts mailing list. +To update an existing tree to the latest release, you can run: +

+ +
+$ cd $GOROOT/src
+$ hg pull
+$ hg update release
+$ make all
+
+

Community resources