docs: 📝 accurate update instructions

Closes #9709
This commit is contained in:
ThatOneCalculator 2023-03-15 18:28:53 -07:00
parent b03e655843
commit 11cae5560a
No known key found for this signature in database
GPG key ID: 8703CACD01000000

View file

@ -155,7 +155,8 @@ For migrating from Misskey v13, Misskey v12, and Foundkey, read [this document](
```sh
# git pull
NODE_ENV=production pnpm install && pnpm run build && pnpm run migrate
pnpm install
NODE_ENV=production pnpm run build && pnpm run migrate
pm2 start "NODE_ENV=production pnpm run start" --name Calckey
```