From a19135962625923376cfe7f07b13bb8a1db29db4 Mon Sep 17 00:00:00 2001 From: Marvin Steadfast Date: Wed, 27 Jan 2021 11:35:23 +0100 Subject: [PATCH] try to fix homebrew --- .goreleaser.yml | 2 ++ README.md | 7 ++++++- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/.goreleaser.yml b/.goreleaser.yml index 0f16b8d..7a29c2d 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -158,5 +158,7 @@ brews: name: Marvin Steadfast email: marvin@xsteadfastx.org homepage: https://git.xsfx.dev/xsteadfastx/wg-quicker + install: | + bin.install "wg-quicker" test: | system "#{bin}/wg-quicker version" diff --git a/README.md b/README.md index 905e54d..1f5a3fd 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,12 @@ This is a friendly fork of [wg-quick-go](https://github.com/nmiculinic/wg-quick- ## Prebuild packages -Get these on release [page](https://git.xsfx.dev/xsteadfastx/wg-quicker/releases). +Get these on the release [page](https://github.com/xsteadfastx/wg-quicker/releases). + +## Homebrew + +- `brew tap xsteadfastx/tap https://github.com/xsteadfastx/homebrew-tap` +- `brew install wg-quicker` ## Compile it for yourself