0.0.7 • Published 7 years ago

deaddrop v0.0.7

Weekly downloads
3
License
-
Repository
-
Last release
7 years ago

Installation

Arch Linux (Public)

  1. Install nodejs and icu packages: sudo pacman -Sy npm icu
  1. Fork the DeadDrop repository
  2. Clone the repository from the fork git clone git@github.com:<your-username>/DeadDrop.git
  3. Change to the DeadDrop project directory: cd <path/to/DeadDrop>
  4. Install the project: npm install -g deaddrop

Arch Linux (Development)

  1. Install nodejs and icu packages: sudo pacman -Sy npm icu
  1. Fork the DeadDrop repository
  2. Clone the repository from the fork git clone git@github.com:<your-username>/DeadDrop.git
  3. Change to the DeadDrop project directory: cd <path/to/DeadDrop>
  4. Install the project: npm link