From 887184660ca0a58c659da6db81d6c3b16378f1a5 Mon Sep 17 00:00:00 2001 From: Sven Wick Date: Wed, 28 Sep 2022 17:07:14 +0200 Subject: [PATCH] Update README.md Mention nfpm in README --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 1c7175e..6854852 100644 --- a/README.md +++ b/README.md @@ -62,6 +62,7 @@ As mentioned before, LURE has zero dependencies after it's built. All functional - Bash: https://github.com/mvdan/sh - Git: https://github.com/go-git/go-git - Archiver: https://github.com/mholt/archiver +- nfpm: https://github.com/goreleaser/nfpm --- @@ -69,4 +70,4 @@ As mentioned before, LURE has zero dependencies after it's built. All functional - Source patching via .patch files - Binary releases using goreleaser + CI -- Automated install script \ No newline at end of file +- Automated install script