mirror of
https://github.com/davegallant/vpngate.git
synced 2025-08-06 00:33:40 +00:00
Improve and simplify installation using homebrew (#50)
This commit is contained in:
@@ -23,16 +23,11 @@ The simplest method of installation is using homebrew. You can also build from s
|
||||
|
||||
### from homebrew
|
||||
|
||||
vpngate can be installed with [homebrew](https://brew.sh/):
|
||||
vpngate can be installed with [homebrew](https://brew.sh/) (ensure that xcode is installed before installing homebrew by running `xcode-select --install`).
|
||||
|
||||
```shell
|
||||
# Ensure that Xcode is installed
|
||||
sudo xcode-select --install
|
||||
|
||||
# OpenVPN is required
|
||||
brew install openvpn
|
||||
|
||||
brew install davegallant/public/vpngate
|
||||
brew install openvpn davegallant/public/vpngate
|
||||
```
|
||||
|
||||
### from source
|
||||
|
Reference in New Issue
Block a user