diff --git a/doc/install-source.html b/doc/install-source.html
index 4bf0ba35fb..efe864cb1a 100644
--- a/doc/install-source.html
+++ b/doc/install-source.html
@@ -147,6 +147,9 @@ either the git branch release-branch.go1.4 or
which contains the Go 1.4 source code plus accumulated fixes
to keep the tools running on newer operating systems.
(Go 1.4 was the last distribution in which the tool chain was written in C.)
+After unpacking the Go 1.4 source, cd to
+the src subdirectory and run make.bash (or,
+on Windows, make.bat).