Improve and simplify installation using homebrew (#50)

This commit is contained in:
DG
2021-09-06 21:49:33 -04:00
committed by GitHub
parent 990fd072a2
commit b8c6a3f8cf

View File

@@ -23,16 +23,11 @@ The simplest method of installation is using homebrew. You can also build from s
### from homebrew ### 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 ```shell
# Ensure that Xcode is installed
sudo xcode-select --install
# OpenVPN is required brew install openvpn davegallant/public/vpngate
brew install openvpn
brew install davegallant/public/vpngate
``` ```
### from source ### from source