diff options
| author | Adam Bender <abender@gmail.com> | 2025-04-10 19:09:50 -0700 |
|---|---|---|
| committer | Gopher Robot <gobot@golang.org> | 2025-04-14 06:10:12 -0700 |
| commit | 01dc430a4e8339c44b283f075264c5c5dd47621c (patch) | |
| tree | f8aded077281d97a009a8636ecfeae8546652f83 | |
| parent | eec45521a4101810c0d70941f1581141ff4d21e2 (diff) | |
| download | go-x-pkgsite-01dc430a4e8339c44b283f075264c5c5dd47621c.tar.xz | |
cmd/pkgsite: indent command so it appears as preformatted text
This matches the other commands in the file. go/doc does not support backticks.
Change-Id: Ief7366feaf9c1bc31bbc793d04e61681a21482db
Reviewed-on: https://go-review.googlesource.com/c/pkgsite/+/664735
Reviewed-by: Dmitri Shuralyov <dmitshur@google.com>
Reviewed-by: Sean Liao <sean@liao.dev>
kokoro-CI: kokoro <noreply+kokoro@google.com>
Reviewed-by: Michael Pratt <mpratt@google.com>
Auto-Submit: Sean Liao <sean@liao.dev>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
| -rw-r--r-- | cmd/pkgsite/main.go | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/cmd/pkgsite/main.go b/cmd/pkgsite/main.go index 758de301..cd0a3b49 100644 --- a/cmd/pkgsite/main.go +++ b/cmd/pkgsite/main.go @@ -6,7 +6,9 @@ // It runs as a web server and presents the documentation as a // web page. // -// To install, run `go install golang.org/x/pkgsite/cmd/pkgsite@latest`. +// To install, run: +// +// go install golang.org/x/pkgsite/cmd/pkgsite@latest // // With no arguments, pkgsite will serve docs for main modules relative to the // current directory, i.e. the modules listed by `go list -m`. This is |
