[README] Clarify setup instructions

This commit is contained in:
Alex Thomassen 2023-01-07 15:34:57 +00:00
parent f75446fe48
commit e67226daf6
Signed by: Alex
GPG Key ID: 10BD786B5F6FF5DE

View File

@ -7,9 +7,13 @@ Spaghetti code music bot to replace the garbage that's SinusBot.
- Node.js v19
- npm
- TypeScript
- `npm install -g typescript`
- ffmpeg
- Debian/Ubuntu: `sudo apt install ffmpeg`
## Setup
1. Clone the repository
2. Run `npm install`
3. Run `npm run start`
2. Copy `config.sample.js` to `config.js` and fill in the values
3. Run `npm install`
4. Run `npm run start`