diff --git a/apps/docs/quickstart.mdx b/apps/docs/quickstart.mdx index 78c612a8..07cec42e 100644 --- a/apps/docs/quickstart.mdx +++ b/apps/docs/quickstart.mdx @@ -7,7 +7,7 @@ title: 'Quickstart' To run the project you need to have multiple things: - Node.js (version 18+) -- PostgresSQL (or any other SQL database) +- PostgreSQL (or any other SQL database) - Redis - Resend account - Cloudflare R2 for uploads (optional, can use local machine) @@ -17,7 +17,7 @@ To run the project you need to have multiple things: A complete guide of how to install NodeJS can be found [here](https://nodejs.org/en/download/). -### PostgresSQL (or any other SQL database) +### PostgreSQL (or any other SQL database) Make sure you have PostgreSQL installed on your machine.
If you don't, you can install [Docker](https://www.docker.com/products/docker-desktop) and run: