mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-03 23:36:43 +02:00
Remove FFMPEG from install instructions
This commit is contained in:
@@ -24,11 +24,10 @@ Xiao is a Discord bot coded in JavaScript with
|
||||
### Windows
|
||||
|
||||
1. Open an **ADMIN POWERSHELL** window and run `npm i -g --production windows-build-tools`.
|
||||
2. Download [ffmpeg](https://www.ffmpeg.org/download.html) and [add it to path](https://www.wikihow.com/Install-FFmpeg-on-Windows).
|
||||
3. [Follow these instructions to install the dependencies for `node-canvas`](https://github.com/Automattic/node-canvas/wiki/Installation:-Windows).
|
||||
4. Run `npm i --production` in the folder you cloned the bot.
|
||||
5. Run `npm i -g pm2` to install PM2.
|
||||
6. Run `pm2 start Xiao.js --name xiao` to run the bot.
|
||||
2. [Follow these instructions to install the dependencies for `node-canvas`](https://github.com/Automattic/node-canvas/wiki/Installation:-Windows).
|
||||
3. Run `npm i --production` in the folder you cloned the bot.
|
||||
4. Run `npm i -g pm2` to install PM2.
|
||||
5. Run `pm2 start Xiao.js --name xiao` to run the bot.
|
||||
|
||||
### Mac
|
||||
|
||||
@@ -40,12 +39,11 @@ Xiao is a Discord bot coded in JavaScript with
|
||||
|
||||
1. Run `apt update`.
|
||||
2. Run `apt upgrade` to install the latest dependencies of your distro.
|
||||
3. Run `apt install ffmpeg` to install ffmpeg.
|
||||
4. Run `apt install python` to install python.
|
||||
5. [Follow these instructions to install the dependencies for `node-canvas`](https://github.com/Automattic/node-canvas/wiki/Installation%3A-Ubuntu-and-other-Debian-based-systems).
|
||||
6. Run `npm i --production` in the folder you cloned the bot.
|
||||
7. Run `npm i -g pm2` to install PM2.
|
||||
8. Run `pm2 start Xiao.js --name xiao` to run the bot.
|
||||
3. Run `apt install python` to install python.
|
||||
4. [Follow these instructions to install the dependencies for `node-canvas`](https://github.com/Automattic/node-canvas/wiki/Installation%3A-Ubuntu-and-other-Debian-based-systems).
|
||||
5. Run `npm i --production` in the folder you cloned the bot.
|
||||
6. Run `npm i -g pm2` to install PM2.
|
||||
7. Run `pm2 start Xiao.js --name xiao` to run the bot.
|
||||
|
||||
## Commands (338)
|
||||
### Utility:
|
||||
|
||||
Reference in New Issue
Block a user