From 59b4879a8799e880fd96e4f6475e3fcaf87c05a7 Mon Sep 17 00:00:00 2001
From: ThatOneCalculator <kainoa@t1c.dev>
Date: Fri, 4 Nov 2022 18:48:45 -0700
Subject: [PATCH] =?UTF-8?q?docs:=20=F0=9F=93=9D=20pm2?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 README.md | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md
index df6df8efc..c31392768 100644
--- a/README.md
+++ b/README.md
@@ -53,6 +53,8 @@ This guide will work for both **starting from scratch** and **migrating from Mis
 
 - 🍱 At least Redis v6 (v7 recommended)
 
+- 🛰️ (Optional, for non-Docker) pm2
+
 ## 👀 Get folder ready
 
 ```sh
@@ -96,7 +98,7 @@ Read <https://misskey-hub.net/en/docs/admin/nginx.html>
 # git pull
 yarn install
 NODE_ENV=production yarn run build && yarn run migrate
-# Edit service to point to calckey folder and restart!
+pm2 start "NODE_ENV=production yarn start" --name Calckey
 ```
 
 ### 🐋 Prebuilt Docker image