diff --git a/README.md b/README.md index 67f814d..df0450a 100644 --- a/README.md +++ b/README.md @@ -82,7 +82,13 @@ -5. Run (in development mode) +5. Set up the database using the Prisma schema + + ```sh + npx prisma db push + ``` + +6. Run (in development mode) ```sh npm run dev