Update README.md

This commit is contained in:
Tanner
2024-01-16 14:08:06 -08:00
committed by GitHub
parent 2e8a52d873
commit 7fbed9abed

View File

@@ -57,7 +57,7 @@ DISCORD_PASSWORD=''
**Initalize Prisma**
```
cd Discreetly/server && npx prisma db init && npx prisma db push
cd Discreetly/server && npx prisma init && npx prisma db push
```
**Seed the Database**