Skip to content

Commit

Permalink
amend chmod notice
Browse files Browse the repository at this point in the history
  • Loading branch information
Snawoot committed Mar 31, 2021
1 parent 9fee590 commit 2c555ad
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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:
Expand Down

0 comments on commit 2c555ad

Please sign in to comment.