From 54bd85f3546ce2bdea4d56ae438e2e6bed090354 Mon Sep 17 00:00:00 2001 From: Russ Cox Date: Tue, 15 Dec 2009 19:16:56 -0800 Subject: doc/install.html: how to update to a new release Fixes issue 422. R=r CC=golang-dev http://codereview.appspot.com/180057 --- doc/install.html | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'doc/install.html') diff --git a/doc/install.html b/doc/install.html index e7365575c..34c2bcc58 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

-- cgit v1.2.1