diff --git a/CALCKEY.md b/CALCKEY.md index 05b3d1691..3b93341f0 100644 --- a/CALCKEY.md +++ b/CALCKEY.md @@ -2,6 +2,7 @@ ### Implemented +- Yarn 3 - Saner defaults - Star as default reaction - RosΓ© Pine by default diff --git a/README.md b/README.md index d807f431d..1cd67b475 100644 --- a/README.md +++ b/README.md @@ -2,9 +2,9 @@ Calckey logo - + **🌎 **[Calckey](https://stop.voring.me/)** is an open source, decentralized social media platform that's free forever! πŸš€** - +
@@ -36,10 +36,16 @@ Misskey documentation can be found at [Misskey Hub](https://misskey-hub.net/). Read [this](./CALCKEY.md) for current and future differences. ## πŸ›» Migrating from Misskey to Calckey + +You need at least 🐒 NodeJS v18.4.0 and *exactly* 🧢 Yarn v3.2.1! + ```sh +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! NODE_ENV=production npm run build && npm run migrate # Edit service to point to calckey service and restart -``` \ No newline at end of file +```