diff --git a/README.md b/README.md index 2d77c80f2..d8532ffb0 100644 --- a/README.md +++ b/README.md @@ -39,10 +39,10 @@ Install dependencies yarn ``` -Next, run the database migrations to create our schema +Next, run the following to generate the database client and run migrations to create our schema ``` -yarn prisma migrate deploy +yarn db:generate && yarn db:deploy ``` Start the Next.js server