Skip to content

Commit

Permalink
[doc] update INSTALLATION
Browse files Browse the repository at this point in the history
  • Loading branch information
hulxv committed Jun 2, 2022
1 parent c9ed89c commit d6a66ea
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions INSTALLATION.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,24 +23,24 @@ yarn install
yarn build
cd ./dist
# Run App
./vnstat-client-22.2.11.AppImage
./vnstat-client-x.y.z.AppImage
```

---

## Download & Installation

- ### Ubuntu/Debian based
Download from [here](https://github.com/Hulxv/vnstat-client/releases/download/v22.2.11/vnstat-client_22.2.11_amd64.deb) or :
Download from [here](https://github.com/Hulxv/vnstat-client/releases/download/v22.5.28/vnstat-client_22.5.28_amd64.deb) or :

```bash
wget https://github.com/Hulxv/vnstat-client/releases/download/v22.2.11/vnstat-client_22.2.11_amd64.deb
wget https://github.com/Hulxv/vnstat-client/releases/download/vx.y.z/vnstat-client_x.y.z_amd64.deb
```

then:

```bash
sudo dpkg -i ~/path-to-file/vnstat-client_22.2.11_amd64.deb
sudo dpkg -i ~/path-to-file/vnstat-client_x.y.z_amd64.deb
```

<br/>
Expand All @@ -58,14 +58,14 @@ yay -S vnstat-client
<br/>

- ### AppImage
Download from [here](https://github.com/Hulxv/vnstat-client/releases/download/v22.2.11/vnstat-client-22.2.11.AppImage) or :
Download from [here](https://github.com/Hulxv/vnstat-client/releases/download/vx.y.z/vnstat-client-x.y.z.AppImage) or :

```bash
wget https://github.com/Hulxv/vnstat-client/releases/download/v22.2.11/vnstat-client-22.2.11.AppImage
wget https://github.com/Hulxv/vnstat-client/releases/download/vx.y.x/vnstat-client-x.y.z.AppImage
```

then:

```bash
chmod +x ~/path-to-file/vnstat-client-22.2.11.AppImage && ~/path-to-file/vnstat-client-22.2.11.AppImage
chmod +x ~/path-to-file/vnstat-client-x.y.z.AppImage && ~/path-to-file/vnstat-client-x.y.z.AppImage
```

0 comments on commit d6a66ea

Please sign in to comment.