From ebbd3a3fa4cc7d5d32658bf81ffaeb4cbc295ef5 Mon Sep 17 00:00:00 2001 From: Kainoa Kanter Date: Tue, 19 Jul 2022 18:56:45 +0200 Subject: [PATCH] Update 'README.md' --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 72e70d44f..b74248ab1 100644 --- a/README.md +++ b/README.md @@ -44,7 +44,6 @@ corepack enable git clone https://codeberg.org/thatonecalculator/calckey.git cd calckey/ cp ../misskey/.config/default.yml ./.config/default.yml # or wherever misskey folder is -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 folder and restart!