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