diff options
| author | Tao Wang <twang2218@gmail.com> | 2017-09-05 14:16:07 +1000 |
|---|---|---|
| committer | Steve Francia <spf@golang.org> | 2017-09-11 16:39:43 +0000 |
| commit | 6fbb01103dd85e9e73b6b585fcc453501c6f952a (patch) | |
| tree | 54bcc2b59c05fd430dd9e79c841adc05abf58968 | |
| parent | 4469170908002d133652212fe077c67e7f74bf13 (diff) | |
| download | golang-id-tour-6fbb01103dd85e9e73b6b585fcc453501c6f952a.tar.xz | |
tour: Add instructions to manually install and run gotour
Fix: https://github.com/golang/tour/issues/293
and many other related issues.
Change-Id: I6a8cd83e660c04a87256d94114f9f37a05c765f2
Reviewed-on: https://go-review.googlesource.com/61510
Reviewed-by: Steve Francia <spf@golang.org>
| -rw-r--r-- | content/welcome.article | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/content/welcome.article b/content/welcome.article index c587172..80800f3 100644 --- a/content/welcome.article +++ b/content/welcome.article @@ -81,6 +81,12 @@ Click the [[javascript:highlightAndClick(".next-page")]["next"]] button or type #appengine: #appengine: go tool tour #appengine: +#appengine: Or, you can install and run this tour manually if you have any trouble +#appengine: running the above command: +#appengine: +#appengine: go get golang.org/x/tour/gotour +#appengine: gotour +#appengine: #appengine: The tour program will open a web browser displaying #appengine: your local version of the tour. #appengine: |
