Skip to content

Commit

Permalink
try to fix homebrew
Browse files Browse the repository at this point in the history
  • Loading branch information
xsteadfastx committed Jan 27, 2021
1 parent 3d4b421 commit a191359
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit a191359

Please sign in to comment.