From b1b1d8d9e422d04ddc305ddf1e97969938e3c86e Mon Sep 17 00:00:00 2001 From: Kainoa Kanter Date: Tue, 19 Jul 2022 02:36:11 +0200 Subject: [PATCH] Migration --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 24e961ef1..a91b67d2c 100644 --- a/README.md +++ b/README.md @@ -34,3 +34,12 @@ Misskey documentation can be found at [Misskey Hub](https://misskey-hub.net/), s ## What's different about Calckey? Read [this](./CALCKEY.md) + +## Migrating to Calckey from Misskey +```sh +git clone https://codeberg.org/thatonecalculator/calckey.git +cd calckey/ +cp ../misskey/.config/default.yml ./.config/default.yml # or wherever misskey folder is +NODE_ENV=production npm run build && npm run migrate +# Edit service to point to calckey service and restart +``` \ No newline at end of file