commit | 97ae36a7ed81777a701da3c69ef366343c42b117 | [log] [tgz] |
---|---|---|
author | Dmitri Shuralyov <dmitshur@golang.org> | Sat Sep 28 10:57:59 2019 -0400 |
committer | Dmitri Shuralyov <dmitshur@golang.org> | Tue Oct 01 16:34:06 2019 +0000 |
tree | 2b9bc0626775d1bdddd91565146b9ca0118d0fba | |
parent | 212460b258121c55c91d8d45c8f63af3f334d94a [diff] |
[x/tour] content: make welcome/3 slide more beginner friendly Re-add the link to installing Go on the welcome/3 slide, because it's a pre-requisite for being able to run go get. This was included before, but got lost in a refactor after the tour binary moved out of the Go distribution. Additionally, make it more clear that installing the tour locally is an optional step that only needs to be done if one wishes to run the tour offline; it's not mandatory to get through the tour. Running the tour online has a lower overhead, and should help keep the tour accessible to more people. Fixes golang/go#34585 Updates golang/go#24819 Change-Id: If5f51e9e876722a86afca054bf78428f78bb3076 Reviewed-on: https://go-review.googlesource.com/c/tour/+/197857 Reviewed-by: Emmanuel Odeke <emm.odeke@gmail.com> X-Tour-Commit: 45121acd746573507cdaaf902958dba082f7c25b
This repository holds the Go Website server code and content.
The easiest way to install is to run go get -u golang.org/x/website
. You can also manually git clone the repository to $GOPATH/src/golang.org/x/website
.
This repository uses Gerrit for code changes. To learn how to submit changes to this repository, see https://golang.org/doc/contribute.html.
The main issue tracker for the time repository is located at https://github.com/golang/go/issues. Prefix your issue with “x/website:” in the subject line, so it is easy to find.