diff --git a/doc/install-source.html b/doc/install-source.html index b99360c71c..ee579bea35 100644 --- a/doc/install-source.html +++ b/doc/install-source.html @@ -176,6 +176,10 @@ architecture, and root directory used during the install.
For more information about ways to control the build, see the discussion of
environment variables below.
+all.bash (or all.bat) runs important tests for Go,
+which can take more time than simply building Go. If you do not want to run
+the test suite use make.bash (or make.bat)
+instead.