From b8c6a3f8cff21056196b4ffea4a058606da7d1cd Mon Sep 17 00:00:00 2001 From: DG Date: Mon, 6 Sep 2021 21:49:33 -0400 Subject: [PATCH] Improve and simplify installation using homebrew (#50) --- README.md | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index da067b6..37734ff 100644 --- a/README.md +++ b/README.md @@ -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