Fix typo in local-setup.mdx (#822)

PostgresSQL -> PostgreSQL
This commit is contained in:
Ikko Eltociear Ashimine 2023-07-22 16:38:07 +09:00 committed by GitHub
parent 62720944fa
commit ad3e0ea340
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -36,7 +36,7 @@ git clone git@github.com:twentyhq/twenty.git
```
### 3. PostgresSQL database
### 3. PostgreSQL database
You also need to have a PosgresSQL database available. If you already have one available, you can skip this step.
If you don't, you can provision one through `docker` using the following command:
@ -46,7 +46,7 @@ cd twenty
make provision-postgres
```
This will create a docker container, exposing a PostgresSQL instance at [http://localhost:5432](http://localhost:5432).
This will create a docker container, exposing a PostgreSQL instance at [http://localhost:5432](http://localhost:5432).
### 4. Setup env variables
@ -179,4 +179,4 @@ Then run commands through yarn:
```
cd server
yarn prisma:reset
```
```