forked from FoundKeyGang/FoundKey
Update 'docs/migrating.md'
This commit is contained in:
parent
7ec8729d90
commit
ba911dab65
1 changed files with 3 additions and 0 deletions
|
@ -40,6 +40,9 @@ git merge tags/v13.0.0-preview2 --squash
|
|||
# you are now on the "next" release
|
||||
```
|
||||
|
||||
## Making sure modern Yarn works
|
||||
Foundkey uses Yarn 3.2.3 instead of 1.x. To make sure the `yarn` command will work going forward, run `corepack enable`.
|
||||
|
||||
## Rebuilding and running database migrations
|
||||
This will be pretty much the same as a regular update of Misskey. Note that `yarn install` may take a while since dependency versions have been updated or removed and we use a newer version of Yarn.
|
||||
```sh
|
||||
|
|
Loading…
Reference in a new issue