docs: 📝 checksum behavior note

This commit is contained in:
ThatOneCalculator 2022-08-09 23:28:41 -07:00
parent fb0765ba76
commit 72b7a33d3b

View file

@ -71,7 +71,7 @@ cp ../misskey/.config/default.yml ./.config/default.yml # replace `../misskey/`
```sh
# git pull
yarn install
yarn install # prepend `YARN_CHECKSUM_BEHAVIOR=update` if it doesn't work
NODE_ENV=production yarn run build && yarn run migrate
# Edit service to point to calckey folder and restart!
```