From 58fa0cb10db4a91e2d61c441b2eebf3b5f299dc2 Mon Sep 17 00:00:00 2001 From: Luke Vella Date: Tue, 7 Mar 2023 11:05:58 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20Update=20README.md?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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