diff --git a/doc/contribute.html b/doc/contribute.html index 6c0d78549b9..7a80fca012d 100644 --- a/doc/contribute.html +++ b/doc/contribute.html @@ -7,7 +7,7 @@

This document explains how to contribute changes to the Go project. It assumes you have installed Go using the -installation instructions and +installation instructions and have written and tested your code. (Note that the gccgo frontend lives elsewhere; see Contributing to gccgo.) diff --git a/doc/install-source.html b/doc/install-source.html index d9f9577a677..d356cdfc0a9 100644 --- a/doc/install-source.html +++ b/doc/install-source.html @@ -150,6 +150,18 @@ Then check out the repository:

$ hg clone -u release https://code.google.com/p/go + + +

If you intend to modify the go source code, and +contribute your changes +to the project, then move your repository +off the release branch, and onto the default (development) branch. +Otherwise, skip this step.

+ +
+$ hg update default
+
+

Install Go