From 6a35677b6e3363c01bfef73ea00aaf269f6b107e Mon Sep 17 00:00:00 2001 From: Claas Lisowski Date: Mon, 25 Jul 2022 22:02:15 +0200 Subject: [PATCH] Install markdowncli via go install --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 0c7f9d7..c136267 100644 --- a/Makefile +++ b/Makefile @@ -43,7 +43,7 @@ install-hooks: copy-build-assets: @chmod +x ./workflow/*.sh @cp -r assets ./workflow - @go get github.com/pschlump/markdown-cli + @go install github.com/pschlump/markdown-cli @markdown-cli -i README.md -o workflow/README.html package-alfred: