Complete win script setup

This commit is contained in:
Charles Bochet
2023-10-14 22:43:17 +02:00
parent 986082d7a7
commit 160b7039d9
3 changed files with 2 additions and 4 deletions
@@ -89,7 +89,7 @@ You can access them using `twenty` postgres user (password: `twenty`)
We recommend to provision your database locally:
```bash
cd twenty
./infra/dev/scripts/setup-database.sh
bash ./infra/dev/scripts/setup-database.sh
```
This will create a Docker container, exposing a PostgresSQL instance at [http://localhost:5432](http://localhost:5432).
You can access them using `twenty` postgres user (password: `twenty`)