From 15c9d15b8da9695cc92087633d4ee4591d90e5fc Mon Sep 17 00:00:00 2001 From: syuilo Date: Sun, 20 Jan 2019 20:11:44 +0900 Subject: [PATCH] Update setup.en.md --- docs/setup.en.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/setup.en.md b/docs/setup.en.md index 4b56251eb..6e509b1a2 100644 --- a/docs/setup.en.md +++ b/docs/setup.en.md @@ -110,6 +110,8 @@ You can check if the service is running with `systemctl status misskey`. 3. `npm install` 4. `npm run build` 5. Check [ChangeLog](../CHANGELOG.md) for migration information +6. Restart your Misskey process to apply changes +7. enjoy. ----------------------------------------------------------------