Skip to content

Latest commit

 

History

History
71 lines (49 loc) · 1.37 KB

INSTALLATION.md

File metadata and controls

71 lines (49 loc) · 1.37 KB

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

  • Ubuntu/Debian based

    Download from here or :
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

  • Arch Linux based

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

  • AppImage

    Download from here or :
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