From 6fdd19d83d5699908e968a9dd5f54ce3f4a9d77f Mon Sep 17 00:00:00 2001 From: Dave Gallant Date: Mon, 6 Sep 2021 21:51:06 -0400 Subject: [PATCH] Simplify instructions --- README.md | 24 ++++++++---------------- 1 file changed, 8 insertions(+), 16 deletions(-) diff --git a/README.md b/README.md index 37734ff..d2b5b0c 100644 --- a/README.md +++ b/README.md @@ -55,28 +55,12 @@ vpngate list ### Connect to a server -On macOS, `openvpn` may not be within your PATH. To fix this, run: - -```shell -export PATH=$(brew --prefix openvpn)/sbin:$PATH -``` - -The above command can also be added to a bash/zsh profile for future use. - Because openvpn creates a network interface, run the connect command with `sudo` or a user with escalated privileges. ```shell sudo vpngate connect ``` -#### Random - -If the country doesn't matter, a random server can be selected: - -```shell -sudo vpngate connect --random -``` - #### Reconnect To continually attempt to reconnect (this can be combined with `--random`): @@ -85,6 +69,14 @@ To continually attempt to reconnect (this can be combined with `--random`): sudo vpngate connect --reconnect ``` +#### Random + +If the country doesn't matter, a random server can be selected: + +```shell +sudo vpngate connect --random +``` + ## Notes - I do not maintain any of the servers on vpngate.net (connect to these servers at your own discretion)