Skip to content

Commit

Permalink
Remove version number from binaries
Browse files Browse the repository at this point in the history
  • Loading branch information
Waldz committed May 1, 2017
1 parent a4f9a8a commit 1eaf0b8
Showing 1 changed file with 18 additions and 18 deletions.
36 changes: 18 additions & 18 deletions INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@

## Mysterium VPN node (Debian && Ubuntu)
### Download
* https://github.com/MysteriumNetwork/node/releases/download/{VERSION}/mysterium-node_{VERSION}_linux_amd64.deb
* https://github.com/MysteriumNetwork/node/releases/download/{VERSION}/mysterium-node_{VERSION}_linux_i386.deb
* https://github.com/MysteriumNetwork/node/releases/download/{VERSION}/mysterium-node_{VERSION}_linux_armhf.deb
* https://github.com/MysteriumNetwork/node/releases/download/{VERSION}/mysterium-node_linux_amd64.deb
* https://github.com/MysteriumNetwork/node/releases/download/{VERSION}/mysterium-node_linux_i386.deb
* https://github.com/MysteriumNetwork/node/releases/download/{VERSION}/mysterium-node_linux_armhf.deb
### Installation
```bash
wget https://github.com/MysteriumNetwork/node/releases/download/{VERSION}/mysterium-node_{VERSION}_linux_amd64.deb
sudo dpkg --install mysterium-node_{VERSION}_linux_amd64.deb
wget https://github.com/MysteriumNetwork/node/releases/download/{VERSION}/mysterium-node_linux_amd64.deb
sudo dpkg --install mysterium-node_linux_amd64.deb
sudo apt-get install --fix-broken
```
### Running
Expand All @@ -20,9 +20,9 @@ service mysterium-node status

## Mysterium VPN client (Debian && Ubuntu)
### Download
* https://github.com/MysteriumNetwork/node/releases/download/{VERSION}/mysterium-client_{VERSION}_linux_amd64.deb
* https://github.com/MysteriumNetwork/node/releases/download/{VERSION}/mysterium-client_{VERSION}_linux_i386.deb
* https://github.com/MysteriumNetwork/node/releases/download/{VERSION}/mysterium-client_{VERSION}_linux_armhf.deb
* https://github.com/MysteriumNetwork/node/releases/download/{VERSION}/mysterium-client_linux_amd64.deb
* https://github.com/MysteriumNetwork/node/releases/download/{VERSION}/mysterium-client_linux_i386.deb
* https://github.com/MysteriumNetwork/node/releases/download/{VERSION}/mysterium-client_linux_armhf.deb

### Installation
```bash
Expand All @@ -39,9 +39,9 @@ service mysterium-client status

## Mysterium VPN node (standalone Linux binaries)
### Download
* https://github.com/MysteriumNetwork/node/releases/download/{VERSION}/mysterium_server_{VERSION}_linux_amd64
* https://github.com/MysteriumNetwork/node/releases/download/{VERSION}/mysterium_server_{VERSION}_linux_386
* https://github.com/MysteriumNetwork/node/releases/download/{VERSION}/mysterium_server_{VERSION}_linux_arm
* https://github.com/MysteriumNetwork/node/releases/download/{VERSION}/mysterium_server_linux_amd64
* https://github.com/MysteriumNetwork/node/releases/download/{VERSION}/mysterium_server_linux_386
* https://github.com/MysteriumNetwork/node/releases/download/{VERSION}/mysterium_server_linux_arm
### Running
```bash
mysterium_server --help
Expand All @@ -51,9 +51,9 @@ sudo mysterium_server --config-dir=/etc/mysterium-node --node=12345

## Mysterium VPN client (standalone Linux binaries)
### Download
* https://github.com/MysteriumNetwork/node/releases/download/{VERSION}/mysterium_client_{VERSION}_linux_amd64
* https://github.com/MysteriumNetwork/node/releases/download/{VERSION}/mysterium_client_{VERSION}_linux_386
* https://github.com/MysteriumNetwork/node/releases/download/{VERSION}/mysterium_client_{VERSION}_linux_arm
* https://github.com/MysteriumNetwork/node/releases/download/{VERSION}/mysterium_client_linux_amd64
* https://github.com/MysteriumNetwork/node/releases/download/{VERSION}/mysterium_client_linux_386
* https://github.com/MysteriumNetwork/node/releases/download/{VERSION}/mysterium_client_linux_arm
### Running
```bash
mysterium_client --help
Expand All @@ -62,13 +62,13 @@ sudo mysterium_client --node=12345


## Mysterium VPN client (standalone Apple Mac/OSX/Darwin binaries)
* https://github.com/MysteriumNetwork/node/releases/download/{VERSION}/mysterium_client_{VERSION}_darwin_amd64
* https://github.com/MysteriumNetwork/node/releases/download/{VERSION}/mysterium_client_{VERSION}_darwin_386
* https://github.com/MysteriumNetwork/node/releases/download/{VERSION}/mysterium_client_darwin_amd64
* https://github.com/MysteriumNetwork/node/releases/download/{VERSION}/mysterium_client_darwin_386


### Mysterium VPN client (standalone Windows binaries)
* https://github.com/MysteriumNetwork/node/releases/download/{VERSION}/mysterium_client_{VERSION}_windows_amd64.exe
* https://github.com/MysteriumNetwork/node/releases/download/{VERSION}/mysterium_client_{VERSION}_windows_386.exe
* https://github.com/MysteriumNetwork/node/releases/download/{VERSION}/mysterium_client_windows_amd64.exe
* https://github.com/MysteriumNetwork/node/releases/download/{VERSION}/mysterium_client_windows_386.exe


## Build from source code
Expand Down

0 comments on commit 1eaf0b8

Please sign in to comment.