From 048f2615af0ff858fcad0fc4e727735094a49ee3 Mon Sep 17 00:00:00 2001 From: Dan Train Date: Sun, 7 Jan 2024 14:25:16 +0000 Subject: [PATCH] Update setup instructions --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index a5c5a03..2735f42 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,11 @@ +Create a `.env` file at the root with these contents: + +``` +DATABASE_URL="file:./dev.db" +``` + +Then run: + ```sh npm i npx prisma migrate dev