From 9fee5905bb14719af5baa8f5acbcfddf27ddd120 Mon Sep 17 00:00:00 2001 From: Canathan Date: Tue, 30 Mar 2021 04:57:44 +0200 Subject: [PATCH 1/2] Update README.md Add chmod command section for the linux binary. --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index b798858..1f070fc 100644 --- a/README.md +++ b/README.md @@ -70,6 +70,11 @@ docker run -d \ sudo snap install hola-proxy ``` +# Make the binary executable (Linux only) +```sh +chmod +x hola-proxy +``` + ## Usage List available countries: From 2c555adb354878b36710f5b3ad3bb986a88ebb4a Mon Sep 17 00:00:00 2001 From: Vladislav Yarmak Date: Thu, 1 Apr 2021 02:08:50 +0300 Subject: [PATCH 2/2] amend chmod notice --- README.md | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 1f070fc..266a84b 100644 --- a/README.md +++ b/README.md @@ -41,6 +41,12 @@ git clone https://ipfs.io/ipns/k51qzi5uqu5dkrgx0hozpy1tlggw5o0whtquyrjlc6pprhvbm Pre-built binaries are available [here](https://github.com/Snawoot/hola-proxy/releases/latest). +Don't forget to make file executable on Unix-like systems (Linux, MacOS, \*BSD, Android). For your convenience rename downloaded file to `hola-proxy` and run within directory where you placed it: + +```sh +chmod +x hola-proxy +``` + #### Build from source Alternatively, you may install hola-proxy from source. Run the following within the source directory: @@ -70,11 +76,6 @@ docker run -d \ sudo snap install hola-proxy ``` -# Make the binary executable (Linux only) -```sh -chmod +x hola-proxy -``` - ## Usage List available countries: