Skip to content

Latest commit

 

History

History
66 lines (48 loc) · 4.42 KB

README.md

File metadata and controls

66 lines (48 loc) · 4.42 KB

BetterDiscord Command-Line-Interface Installer

Overview | Development | Contributors


A simple standalone command-line-interface which automates the installation, removal and maintenance of BetterDiscord.

Chat License


Overview

This repository contains the source code for the BetterDiscord cli installer.

Download

sudo npm @betterdiscord/cli

Development

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.

Prerequisites

  • npm
  • Command line of your choice.

Building

1: Clone the repository.

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.

2: Install Dependencies

Run this command at the root folder to install dependencies:

sudo npm install

Contributors

For information on contributing to this project, please see CONTRIBUTING.md.