mirror of
https://github.com/davegallant/vpngate.git
synced 2025-08-06 08:43:40 +00:00
Add homebrew releaser (#44)
* Add homebrew releaser and tap * Update README.md
This commit is contained in:
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