From 329e8390bdfe36788ce876f384599e3005fac098 Mon Sep 17 00:00:00 2001 From: "David J. Allen" Date: Thu, 29 Aug 2024 12:05:58 -0600 Subject: [PATCH] Added go-md2man to install in Makefile --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 4b7614d..5aaeaaf 100644 --- a/Makefile +++ b/Makefile @@ -47,6 +47,7 @@ inst: ## go install tools go install github.com/client9/misspell/cmd/misspell@v0.3.4 go install github.com/golangci/golangci-lint/cmd/golangci-lint@v1.52.2 go install github.com/goreleaser/goreleaser@v1.18.2 + go install github.com/cpuguy83/go-md2man/v2 .PHONY: goreleaser release: ## goreleaser build