From ea406aa1ece84d19facbbe0a7b0509270bbfd4fd Mon Sep 17 00:00:00 2001 From: SocksOnHead Date: Wed, 18 Oct 2023 02:01:44 +0200 Subject: [PATCH] Update readme.md --- readme.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/readme.md b/readme.md index 7ab5655..c63f462 100644 --- a/readme.md +++ b/readme.md @@ -17,6 +17,10 @@ once you have FFmpeg installed, follow these steps to get the project up and run 3. Open the `.env` file and insert your [Discord bot token](#how-to-get-discord-token). 4. Run `npm start` to start the project. +Make sure you have those installed: +- Node.js (v16 or later) +- npm (v7 or later) + [OPTIONAL] on server i run this using [pm2](https://pm2.keymetrics.io/) to manage it.