From 380fb7cb4488fae13c5575cd53ee4d1836466d21 Mon Sep 17 00:00:00 2001 From: DO! DevOps bot Date: Thu, 13 Jun 2024 13:05:12 +0000 Subject: [PATCH] docs: Automatic docs update --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 260d1d7..0f4307d 100644 --- a/README.md +++ b/README.md @@ -775,7 +775,7 @@ you can inspect the failing container as well. To rebuild this documentation, first compile the documentation maker: - 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 + 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 Then run it to rebuild README.md based on README.md.gotmpl: