mirror of
https://github.com/davidallendj/magellan.git
synced 2025-12-20 03:27:03 -07:00
Added go-md2man to install in Makefile
This commit is contained in:
parent
6b389d709a
commit
329e8390bd
1 changed files with 1 additions and 0 deletions
1
Makefile
1
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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue