From 750464e5439298f1ebaafb2a8b537ef5da852048 Mon Sep 17 00:00:00 2001 From: Hazel Date: Fri, 26 Jun 2026 16:05:51 -0400 Subject: [PATCH] Update README.md Fix guidelines --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 6bc6e88..e42b761 100644 --- a/README.md +++ b/README.md @@ -31,6 +31,13 @@ Edit env.example and update the following environment variables: Copy env.example to a .env for Node to use your configuration. +Install dependencies & run: +``` +npm install +npm start +``` + + ## Reccommendations It is NOT ADVISED to use the root user for the database when running this bot. Create a minimum-permissions service user instead.