- Download the latest release from the release page
- Install it by double-click the deb file or type in a terminal
sudo dpkg -i <path to file>
- Now you can start it by typing
quickshare
in a terminal or your application finder
- Install nodejs+npm (I recommend to use nvm for that)
- git clone https://github.com/Dica-Developer/quickshare.git
- cd quickshare
- npm install
- npm start