From 4aba4bc825bd7eed03206f573216a0508d41d4ff Mon Sep 17 00:00:00 2001 From: Kainoa Kanter Date: Tue, 19 Jul 2022 18:37:56 +0200 Subject: [PATCH] README typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c0463188bc..3cf613cb97 100644 --- a/README.md +++ b/README.md @@ -47,5 +47,5 @@ cp ../misskey/.config/default.yml ./.config/default.yml # or wherever misskey fo yarn --version # Check version is yarn 3.2.1! yarn install NODE_ENV=production npm run build && npm run migrate -# Edit service to point to calckey service and restart +# Edit service to point to calckey folder and restart! ```