Skip to content

Commit

Permalink
freebsd docs
Browse files Browse the repository at this point in the history
  • Loading branch information
sinamics committed Aug 4, 2024
1 parent fd9ae54 commit e3b5db5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docs/Installation/FreeBSD.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ setenv PRISMA_QUERY_ENGINE_LIBRARY /root/prisma-engines/target/release/libquery_
6. Populate the PostgreSQL database with the necessary tables:
```bash
npx prisma migrate deploy
npx prisma generate && npx prisma migrate deploy
npx prisma db seed
```
Expand Down

0 comments on commit e3b5db5

Please sign in to comment.