]> Cypherpunks repositories - gostls13.git/commitdiff
Minor mistake in docs.
authorRobert Griesemer <gri@golang.org>
Tue, 2 Mar 2010 00:22:22 +0000 (16:22 -0800)
committerRobert Griesemer <gri@golang.org>
Tue, 2 Mar 2010 00:22:22 +0000 (16:22 -0800)
Fixes #633.

R=adg
CC=golang-dev
https://golang.org/cl/224090

doc/contribute.html

index 044a880f6d67301db4ba8668e59f82fda6197f07..f7fa4490b57aa26b2e215b62c7c97e4be7d5934b 100644 (file)
@@ -44,7 +44,7 @@ tree to make sure the changes don't break other packages or programs:
 
 <pre>
 cd $GOROOT/src
-make all
+./all.bash
 </pre>
 
 <p>