From 802db92d982a5d5147db5b82f37ab9f42c7bf960 Mon Sep 17 00:00:00 2001
From: okpierre <1679025+okpierre@users.noreply.github.com>
Date: Sat, 21 Aug 2021 01:24:03 -0400
Subject: [PATCH] Update setup.en.md (#7675)

Updated PostgreSQL version to 12

See https://github.com/misskey-dev/misskey/issues/7632#issuecomment-901653826
---
 docs/setup.en.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/setup.en.md b/docs/setup.en.md
index bd36f0f006..bb72fcda1e 100644
--- a/docs/setup.en.md
+++ b/docs/setup.en.md
@@ -24,7 +24,7 @@ Please install and setup these softwares:
 
 #### Dependencies :package:
 * **[Node.js](https://nodejs.org/en/)** (12.x, 14.x)
-* **[PostgreSQL](https://www.postgresql.org/)** (>= 10)
+* **[PostgreSQL](https://www.postgresql.org/)** (12.x / 13.x is preferred)
 * **[Redis](https://redis.io/)**
 
 ##### Optional