mirror of
https://github.com/davegallant/vpngate.git
synced 2025-08-06 00:33:40 +00:00
Add homebrew releaser (#44)
* Add homebrew releaser and tap * Update README.md
This commit is contained in:
2
.github/workflows/goreleaser.yml
vendored
2
.github/workflows/goreleaser.yml
vendored
@@ -26,4 +26,4 @@ jobs:
|
||||
version: latest
|
||||
args: release --rm-dist
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
GITHUB_TOKEN: ${{ secrets.PERSONAL_GITHUB_TOKEN }}
|
||||
|
@@ -33,3 +33,15 @@ release:
|
||||
github:
|
||||
owner: davegallant
|
||||
name: vpngate
|
||||
|
||||
# Check https://goreleaser.com/customization/homebrew/
|
||||
brews:
|
||||
- homepage: 'https://github.com/davegallant/homebrew-public'
|
||||
description: 'a client for vpngate.net'
|
||||
folder: Formula
|
||||
commit_author:
|
||||
name: davegallant
|
||||
email: davegallant@gmail.com
|
||||
tap:
|
||||
owner: davegallant
|
||||
name: homebrew-public
|
||||
|
22
README.md
22
README.md
@@ -17,7 +17,19 @@ $ curl ipinfo.io
|
||||
- [openvpn](https://github.com/OpenVPN/openvpn)
|
||||
- macOS or Linux
|
||||
|
||||
## Install from source
|
||||
## Install
|
||||
|
||||
|
||||
### homebrew
|
||||
|
||||
vpngate can be installed with [homebrew](https://brew.sh/):
|
||||
|
||||
```sh
|
||||
brew install openvpn
|
||||
brew install davegallant/public/vpngate
|
||||
```
|
||||
|
||||
### source
|
||||
|
||||
Ensure that [go](https://golang.org/doc/install) is installed.
|
||||
|
||||
@@ -32,14 +44,6 @@ $ echo 'export PATH=$PATH:$HOME/go/bin' >> ~/.profile
|
||||
$ source ~/.profile
|
||||
```
|
||||
|
||||
### MacOS
|
||||
|
||||
OpenVPN can be installed with [homebrew](https://brew.sh/).
|
||||
|
||||
```console
|
||||
$ brew install openvpn
|
||||
```
|
||||
|
||||
## Usage
|
||||
|
||||
### List available servers
|
||||
|
Reference in New Issue
Block a user