From ed108348208ade5cdb69388a9b8be9cdf368078f Mon Sep 17 00:00:00 2001 From: ThatOneCalculator Date: Fri, 4 Nov 2022 14:43:00 -0700 Subject: [PATCH] NGINX --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index fcf22e8c3..8bc9a5bb1 100644 --- a/README.md +++ b/README.md @@ -41,10 +41,6 @@ This guide will work for both **starting from scratch** and **migrating from Misskey**. -# ๐Ÿณ - -# ๐Ÿ”จ Building from source - You need at least ๐Ÿข NodeJS v16.15.0 (v18.20.0 recommended!) and at least ๐Ÿงถ Yarn v3! > โš ๏ธ NodeJS v19 is not supported as of right now because of [this issue](https://github.com/nodejs/node-gyp/issues/2757). @@ -79,6 +75,10 @@ cp ../misskey/.config/default.yml ./.config/default.yml # replace `../misskey/` cp -r ../misskey/files . # if you don't use object storage ``` +## ๐Ÿ€ NGINX + +Read + ## ๐Ÿš€ Build and launch! ### ๐Ÿข NodeJS