From e79d7879c690de04c7c7f81885f40e9ea06e6436 Mon Sep 17 00:00:00 2001 From: Norm Date: Wed, 2 Nov 2022 22:58:02 +0000 Subject: [PATCH] docs/migrating: Make yarn instructions version-agnostic This means we don't have to update the yarn version here in case we update the version of Yarn used. --- docs/migrating.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/migrating.md b/docs/migrating.md index c8a3f9d97..772dcf80c 100644 --- a/docs/migrating.md +++ b/docs/migrating.md @@ -41,7 +41,7 @@ git merge tags/v13.0.0-preview2 --squash ``` ## 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`. +Foundkey uses Modern Yarn instead of Classic (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.