aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index f21ccfc..4f964a5 100644
--- a/README.md
+++ b/README.md
@@ -95,6 +95,7 @@ npm install
3. Generate Prisma :
```bash
+npx prisma migrate dev
npx prisma generate
```