install-discord
v1.0.7
Published
This is a Node.js package that allows you to automate the process of downloading and installing Discord on Linux using the `apt` package manager.
Downloads
4
Readme
Discord Installer
This is a Node.js package that allows you to automate the process of downloading and installing Discord on Linux using the apt
package manager.
Installation
To use this package, you must have Node.js and the apt
package manager installed on your Linux system. To install Node.js, follow the instructions on the [Node.js website]https://nodejs.org/en/download/https://nodejs.org/en/download/. To install apt
, run the following command:
sudo apt-get update && sudo apt-get install apt
Once you have Node.js and apt
installed, you can install discord easily with this package using the following command:
npx discord-installer
License
This package is licensed under the MIT License. See the LICENSE file for more information.
Contributing
If you find a bug or have a feature request, please open an issue on the GitHub repository. Pull requests are also welcome.