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