diff --git a/doc/go1.html b/doc/go1.html
index dcc3300d32..73d562acd3 100644
--- a/doc/go1.html
+++ b/doc/go1.html
@@ -713,7 +713,7 @@ This table lists the old and new import paths:
Updating:
Running go fix will update imports of these packages to use the new import paths.
Installations that depend on these packages will need to install them using
-a go install command.
+a go get command.
+One of the most significant changes associated with Go 1 is the availability +of prepackaged, downloadable distributions. +They are available for many combinations of architecture and operating system +(including Windows) and the list will grow. +Installation details are described on the +Getting Started page, while +the distributions themselves are listed on the +downloads page.