diff --git a/godoc/dl/tmpl.go b/godoc/dl/tmpl.go index 99ab4bb4..c4c31a8a 100644 --- a/godoc/dl/tmpl.go +++ b/godoc/dl/tmpl.go @@ -213,6 +213,11 @@ $(document).ready(function() {

{{.Version}} ▾

{{if .Stable}}{{else}}

This is an unstable version of Go. Use with caution.

+

If you already have Go installed, you can install this version by running:

+
+go get golang.org/x/build/version/{{.Version}}
+
+

Then, use the {{.Version}} command instead of the go command to use {{.Version}}.

{{end}} {{template "files" .Files}}