update README

This commit is contained in:
2025-07-01 17:18:53 -04:00
parent 379099dc7a
commit ed8d148d0a

View File

@ -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.