From d252d3a30261aff713fdeb4a6e4ff2ea9539ae66 Mon Sep 17 00:00:00 2001 From: Kainoa Kanter Date: Tue, 19 Jul 2022 21:34:53 +0200 Subject: [PATCH 1/2] Update 'CALCKEY.md' --- CALCKEY.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CALCKEY.md b/CALCKEY.md index 3c4a10a9b..21f7ff2d8 100644 --- a/CALCKEY.md +++ b/CALCKEY.md @@ -4,6 +4,7 @@ - MFM button - Better Messaging UI +- Classic mode make instance icon bring up new context menu - Like/star button - Option to publicize instance blocks - Better intro/onboarding From bcc339701d22f27d2347bcb400c514f438a174b7 Mon Sep 17 00:00:00 2001 From: Kainoa Kanter Date: Tue, 19 Jul 2022 21:38:59 +0200 Subject: [PATCH 2/2] Update 'README.md' --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 401ab42ae..aabcf91cb 100644 --- a/README.md +++ b/README.md @@ -49,7 +49,7 @@ yarn set version berry git clone https://codeberg.org/thatonecalculator/calckey.git cd calckey/ cp ../misskey/.config/default.yml ./.config/default.yml # or wherever misskey folder is -yarn install +yarn install # Prepend `YARN_CHECKSUM_BEHAVIOR=update` if it doesn't work NODE_ENV=production npm run build && npm run migrate # Edit service to point to calckey folder and restart! ```