Merge branch 'develop' of codeberg.org:thatonecalculator/calckey into develop
This commit is contained in:
commit
26159dbee1
1 changed files with 6 additions and 1 deletions
|
@ -37,10 +37,15 @@ Read [this](./CALCKEY.md) for current and future differences.
|
||||||
|
|
||||||
## 🛻 Migrating from Misskey to Calckey
|
## 🛻 Migrating from Misskey to Calckey
|
||||||
|
|
||||||
You need at least 🐢 NodeJS v16.5.0 (v18.4.0+ reccomended!) and *exactly* 🧶 Yarn v3.2.1!
|
You need at least 🐢 NodeJS v16.10.0 (v18.4.0+ reccomended!) and *exactly* 🧶 Yarn v3.2.1!
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
|
# nvm install 18 && nvm alias default 18
|
||||||
corepack enable
|
corepack enable
|
||||||
|
yarn set version berry
|
||||||
|
```
|
||||||
|
|
||||||
|
```sh
|
||||||
git clone https://codeberg.org/thatonecalculator/calckey.git
|
git clone https://codeberg.org/thatonecalculator/calckey.git
|
||||||
cd calckey/
|
cd calckey/
|
||||||
cp ../misskey/.config/default.yml ./.config/default.yml # or wherever misskey folder is
|
cp ../misskey/.config/default.yml ./.config/default.yml # or wherever misskey folder is
|
||||||
|
|
Loading…
Reference in a new issue