diff --git a/docs/setup.en.md b/docs/setup.en.md index 6a54817a7..d42627187 100644 --- a/docs/setup.en.md +++ b/docs/setup.en.md @@ -131,6 +131,7 @@ You can check if the service is running with `systemctl status misskey`. 2. `git checkout $(git tag -l | grep -v 'rc[0-9]*$' | sort -V | tail -n 1)` 3. `npm install` 4. `npm run build` +5. Check [ChangeLog](../CHANGELOG.md) for migration information ---------------------------------------------------------------- diff --git a/docs/setup.ja.md b/docs/setup.ja.md index 7c701b019..2758e6f23 100644 --- a/docs/setup.ja.md +++ b/docs/setup.ja.md @@ -120,6 +120,7 @@ WantedBy=multi-user.target 2. `git checkout $(git tag -l | grep -v 'rc[0-9]*$' | sort -V | tail -n 1)` 3. `npm install` 4. `npm run build` +5. [ChangeLog](../CHANGELOG.md)でマイグレーション情報を確認する ----------------------------------------------------------------