diff --git a/CALCKEY.md b/CALCKEY.md
index 05b3d1691e..3b93341f0d 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 d807f431db..1cd67b4758 100644
--- a/README.md
+++ b/README.md
@@ -2,9 +2,9 @@
-
+
**π **[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
+```