fix README.md for dev setup

This commit is contained in:
Timothy Krechel
2023-07-02 12:29:48 +02:00
parent fb909938f9
commit f4349d348a

View File

@@ -50,7 +50,7 @@ To get the project running locally on your machine you need to have the followin
1. Make sure your PostgreSQL Database Server is running. Then let prisma set up the database for you:
```sh
pnpm dlx prisma migrate dev
pnpm prisma migrate dev
```
1. Start the development server: