diff --git a/README.md b/README.md index 8bc9a5bb1..91e9f6625 100644 --- a/README.md +++ b/README.md @@ -41,10 +41,18 @@ This guide will work for both **starting from scratch** and **migrating from Misskey**. -You need at least ๐Ÿข NodeJS v16.15.0 (v18.20.0 recommended!) and at least ๐Ÿงถ Yarn v3! +## ๐Ÿ’— Dependencies + +- At least ๐Ÿข NodeJS v16.15.0 (v18.20.0 recommended) > โš ๏ธ NodeJS v19 is not supported as of right now because of [this issue](https://github.com/nodejs/node-gyp/issues/2757). +- At least ๐Ÿงถ Yarn v3 + +- ๐Ÿ˜ At least PostgreSQL v12 + +- ๐Ÿฑ At least Redis v6 (v7 recommended) + ## ๐Ÿ‘€ Get folder ready ```sh