diff options
author | Michael Stapelberg <michael@stapelberg.de> | 2013-03-23 11:28:53 +0100 |
---|---|---|
committer | Michael Stapelberg <michael@stapelberg.de> | 2013-03-23 11:28:53 +0100 |
commit | b39e15dde5ec7b96c15da9faf4ab5892501c1aae (patch) | |
tree | 718cede1f6ca97d082c6c40b7dc3f4f6148253c0 /doc/contribute.html | |
parent | 04b08da9af0c450d645ab7389d1467308cfc2db8 (diff) | |
download | golang-upstream/1.1_hg20130323.tar.gz |
Imported Upstream version 1.1~hg20130323upstream/1.1_hg20130323
Diffstat (limited to 'doc/contribute.html')
-rw-r--r-- | doc/contribute.html | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/contribute.html b/doc/contribute.html index 72c936472..c659de617 100644 --- a/doc/contribute.html +++ b/doc/contribute.html @@ -117,6 +117,13 @@ enabled for your checkout in <code>$GOROOT</code>, the remainder of this document assumes you are inside <code>$GOROOT</code> when issuing commands. </p> +<p> +Windows users may need to perform extra steps to get the code review +extension working. See the +<a href="https://code.google.com/p/go-wiki/wiki/CodeReview">CodeReview page</a> +on the <a href="http://code.google.com/p/go-wiki/wiki">Go Wiki</a> for details. +</p> + <h3>Log in to the code review site.</h3> <p> |