Skip to content

Commit 5af3b64

Browse files
committed
fix: Fixing README template section about building README.md
1 parent ceb9a18 commit 5af3b64

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md.gotmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -428,7 +428,7 @@ you can inspect the failing container as well.
428428

429429
To rebuild this documentation, first compile the documentation maker:
430430

431-
docker run --rm -e GOOS=[os, e.g. darwin, linux, windows] -e GOARCH=[architecture, e.g. arm64, amd64] -v "$PWD":/usr/src/myapp -w /usr/src/myapp golang:1.19-alpine go run cmd/doc/mkdoc
431+
docker run --rm -e GOOS=[os, e.g. darwin, linux, windows] -e GOARCH=[architecture, e.g. arm64, amd64] -v "$PWD":/usr/src/myapp -w /usr/src/myapp golang:1.19-alpine go build cmd/doc/mkdoc.go
432432

433433
Then run it to rebuild README.md based on README.md.gotmpl:
434434

0 commit comments

Comments
 (0)