1 Commits

Author SHA1 Message Date
Dave Gallant
a72c298292 Update README.md (#133) 2024-07-28 21:29:44 -04:00

View File

@@ -21,15 +21,15 @@ curl ipinfo.io
You can install vpngate in a few different ways, and it will differ slightly depending on your OS.
### Homebrew
### Homebrew (macOS and linux)
vpngate can be installed with [homebrew](https://brew.sh/) (ensure that xcode is installed before installing homebrew by running `xcode-select --install`).
vpngate can be installed with [homebrew](https://brew.sh/) (if on macOS, ensure that xcode is installed before installing homebrew by running `xcode-select --install`).
```shell
brew install openvpn davegallant/public/vpngate
```
## Windows
### Windows
On Windows, install OpenVPN from the [official website](https://openvpn.net/community-downloads/).