From a6455e028cc14eeb634f27527d57492a5d12df83 Mon Sep 17 00:00:00 2001 From: Ikko Eltociear Ashimine Date: Mon, 2 Sep 2024 00:39:47 +0900 Subject: [PATCH] docs: update quickstart.mdx PostgresSQL -> PostgreSQL --- apps/docs/quickstart.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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: