update README
This commit is contained in:
@ -5,8 +5,9 @@
|
|||||||
3. `cd` into the project directory
|
3. `cd` into the project directory
|
||||||
4. Run `npm install`
|
4. Run `npm install`
|
||||||
6. Run `npx prisma migrate dev --name init`
|
6. Run `npx prisma migrate dev --name init`
|
||||||
7. To run the software on a cronjob, use `npm run once`
|
7. To start, run `npm run start`
|
||||||
8. To run continuously, use `npm run ws`
|
|
||||||
|
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
|
### Database Migrations
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user