From c0ed38ac1a2fcf1cc10e0e4cf41ef02b033be8df Mon Sep 17 00:00:00 2001 From: matty Date: Tue, 1 Jul 2025 15:26:38 -0400 Subject: [PATCH] update README --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c72d558..bae45e4 100644 --- a/README.md +++ b/README.md @@ -5,8 +5,9 @@ 3. `cd` into the project directory 4. Run `npm install` 6. Run `npx prisma migrate dev --name init` -7. To run the software on a cronjob, use `npm run once` -8. To run continuously, use `npm run ws` +7. To start, run `npm run start` + +I recommend using `screen` to run this in the background until a `systemd` service can be created. I just haven't bothered to do it yet. ### Database Migrations