Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

tour: document modern way to start offline tour #216

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 8 additions & 6 deletions tour/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,17 +16,19 @@ This will place a `tour` binary in your
[GOPATH](https://go.dev/cmd/go/#hdr-GOPATH_and_Modules)'s `bin` directory.
The tour program can be run offline.

## Send Patches
## Running Locally

This repository uses Gerrit for code changes. To learn how to submit changes to
this repository, see https://go.dev/doc/contribute.
To run the tour server locally (from the `GOPATH/bin` directory as above):

To run the tour server locally:

go run .
tour

Your browser should now open. If not, please visit [http://localhost:3999/](http://localhost:3999).

## Send Patches

This repository uses Gerrit for code changes. To learn how to submit changes to
this repository, see https://go.dev/doc/contribute.

## Report Issues

The issue tracker for the tour's code is located at https://github.com/golang/go/issues.
Expand Down