Overview | Development | Contributors
A simple standalone command-line-interface which automates the installation, removal and maintenance of BetterDiscord.
This repository contains the source code for the BetterDiscord cli installer.
sudo npm @betterdiscord/cli
This is a tutorial designed for people looking to contribute to, or work directly with the installer's source code. If you are just looking to download and install BetterDiscord, visit the releases page of this repository.
- npm
- Command line of your choice.
git clone https://github.com/BetterDiscord/cli && cd cli
This will create a local copy of this repository and navigate you to the root folder of the repository.
Run this command at the root folder to install dependencies:
sudo npm install
For information on contributing to this project, please see CONTRIBUTING.md.