From f97cbfd9ee505f0ce384efc27249550c7aee7d66 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 3c4a10a9b0..21f7ff2d84 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 ada5d54d9b753eac6e27fa4737a8dba6e6b74d20 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 401ab42ae4..aabcf91cb3 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! ```