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