x/tour: welcome/3 slide missing instructions for installing Go #34585
Labels
Documentation
FrozenDueToAge
NeedsFix
The path to resolution is known, but the work has not been done.
Milestone
The first slide of the tour welcomes people and explains how to change slides. The second slide mentions the choice of spoken languages. The third slide strongly suggests running the tour offline.
By the third slide, the tour assumes users already have Go installed (and/or know how to install Go). This isn't valid for users who are being introduced to Go by being linked to the tour. It can cause unnecessary confusion as demonstrated by the experience reported in this comment.
That slide used to have instructions for installing Go, but they were lost as part of deployment changes in CL 141857. /cc @andybons
To fix this, we should include a link to https://golang.org/doc/install and/or https://golang.org/dl/ before the first mention of
go get
in the tour. It should also be helpful and a good teaching opportunity to point out where thetour
binary ends up aftergo get
runs successfully.This issue is factored out from #24819, which was about a formatting bug that is resolved by now.
The text was updated successfully, but these errors were encountered: