From 7acbd01677f909732dc1afd5443c6edd55a21c61 Mon Sep 17 00:00:00 2001 From: rafficer Date: Sun, 25 Mar 2018 19:29:41 +0200 Subject: [PATCH] Added single-line installation command --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index ba647d9..87adaed 100644 --- a/README.md +++ b/README.md @@ -20,9 +20,7 @@ The program automatically checks for missing requirements. # Installation # ```bash -$ git clone "https://github.com/protonvpn/protonvpn-cli" -$ cd protonvpn-cli -$ ./protonvpn-cli.sh -install +$ wget https://raw.githubusercontent.com/ProtonVPN/protonvpn-cli/master/protonvpn-cli.sh && chmod +x protonvpn-cli.sh && sudo ./protonvpn-cli.sh -install && rm protonvpn-cli.sh ``` # Usage #