Skip to the content.

Installation

Requirements to installation


Build From Source code

Requirements

# clone repo
git clone https://github.com/Hulxv/vnstat-client.git
cd ./vnstat-client
 # To install required packages
yarn install
 # To build the app
yarn build
cd ./dist
# Run App
./vnstat-client-x.y.z.AppImage

Download & Installation

wget https://github.com/Hulxv/vnstat-client/releases/download/vx.y.z/vnstat-client_x.y.z_amd64.deb

then:

sudo dpkg -i ~/path-to-file/vnstat-client_x.y.z_amd64.deb


sudo pacman -S yay # If you already have 'yay', You can skip this step
yay -S vnstat-client


wget https://github.com/Hulxv/vnstat-client/releases/download/vx.y.x/vnstat-client-x.y.z.AppImage

then:

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