/quickshare

Primary LanguageJavaScriptGNU General Public License v3.0GPL-3.0

quickshare

Installation

  1. Download the latest release from the release page
  2. Install it by double-click the deb file or type in a terminal sudo dpkg -i <path to file>
  3. Now you can start it by typing quickshare in a terminal or your application finder

Start the application from the source code

  1. Install nodejs+npm (I recommend to use nvm for that)
  2. git clone https://github.com/Dica-Developer/quickshare.git
  3. cd quickshare
  4. npm install
  5. npm start