diff options
| author | okpierre <1679025+okpierre@users.noreply.github.com> | 2021-08-21 01:24:03 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-08-21 14:24:03 +0900 |
| commit | 802db92d982a5d5147db5b82f37ab9f42c7bf960 (patch) | |
| tree | 85fa6e3f587d71147dd6f7e6b3f8011043fac623 /docs/setup.en.md | |
| parent | enhance: Improve account deletion experience (diff) | |
| download | sharkey-802db92d982a5d5147db5b82f37ab9f42c7bf960.tar.gz sharkey-802db92d982a5d5147db5b82f37ab9f42c7bf960.tar.bz2 sharkey-802db92d982a5d5147db5b82f37ab9f42c7bf960.zip | |
Update setup.en.md (#7675)
Updated PostgreSQL version to 12
See https://github.com/misskey-dev/misskey/issues/7632#issuecomment-901653826
Diffstat (limited to 'docs/setup.en.md')
| -rw-r--r-- | docs/setup.en.md | 2 |
1 files changed, 1 insertions, 1 deletions
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 |