From 2111a474118e4779b26a4606ac36537b6148a8c3 Mon Sep 17 00:00:00 2001 From: matty Date: Sun, 3 Aug 2025 18:57:07 +0000 Subject: [PATCH] update readme --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index fc70b03..05331f6 100644 --- a/README.md +++ b/README.md @@ -8,8 +8,6 @@ 6. Run `npx prisma migrate dev --name init` 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 If you add stuff to the schema, follow the [Prisma development workflow](https://www.prisma.io/docs/orm/prisma-migrate/workflows/development-and-production). This will apply the new schema to the database and generate a new Prisma client with type safety.