From f1e488e069ee32d4791364b89145c52e51b5fbc5 Mon Sep 17 00:00:00 2001 From: cfp <44261356+cfpwastaken@users.noreply.github.com> Date: Sun, 25 Feb 2024 21:09:33 +0100 Subject: [PATCH] Update README.md Co-authored-by: j0code <42189560+j0code@users.noreply.github.com> --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c568154..4f34d56 100644 --- a/README.md +++ b/README.md @@ -44,7 +44,7 @@ services: 1. Install the latest version of NodeJS 2. Clone the repository 3. Run `npm install` -4. Run `npx tsc` +4. Run `npm run build` (or `tsc`) 5. Set up a MariaDB / MySQL database and create a user with access to it 6. Create a `config.json` file (see below) 7. Run `node .` (may require root permissions) or with a process manager like `pm2`