From ed8d148d0a2008e590993f71eff24edf7a1e25bb Mon Sep 17 00:00:00 2001 From: matty Date: Tue, 1 Jul 2025 17:18:53 -0400 Subject: [PATCH] update README --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index bae45e4..fc70b03 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,8 @@ ## Pleroma -> Ollama Bot Setup 1. Clone project -2. Install npm 22.11.0 if you don't have it already +2. Install Node `v22.11.0` if you don't have it already + * If using `nvm`, just `nvm install 22.11.0` and then `nvm use 22.11.0` if necessary 3. `cd` into the project directory 4. Run `npm install` 6. Run `npx prisma migrate dev --name init` @@ -12,5 +13,3 @@ I recommend using `screen` to run this in the background until a `systemd` servi ### 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. - -Setting as a system service will come at some point, or someone could contribute if they wanted. \ No newline at end of file