diff options
| author | syuilo <Syuilotan@yahoo.co.jp> | 2021-09-04 20:38:20 +0900 |
|---|---|---|
| committer | syuilo <Syuilotan@yahoo.co.jp> | 2021-09-04 20:38:20 +0900 |
| commit | 4b48ba4e8cff670ce4726417fe9b176cda0c4e76 (patch) | |
| tree | 62b04d3a7930067357aa18309537dd8ead5f7035 /docs/setup.en.md | |
| parent | Merge branch 'develop' (diff) | |
| parent | 12.90.0 (diff) | |
| download | misskey-4b48ba4e8cff670ce4726417fe9b176cda0c4e76.tar.gz misskey-4b48ba4e8cff670ce4726417fe9b176cda0c4e76.tar.bz2 misskey-4b48ba4e8cff670ce4726417fe9b176cda0c4e76.zip | |
Merge branch 'develop'
Diffstat (limited to 'docs/setup.en.md')
| -rw-r--r-- | docs/setup.en.md | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/docs/setup.en.md b/docs/setup.en.md index bb72fcda1e..dfe50a6600 100644 --- a/docs/setup.en.md +++ b/docs/setup.en.md @@ -131,11 +131,12 @@ You can check if the service is running with `systemctl status misskey`. ### How to update your Misskey server to the latest version 1. `git checkout master` 2. `git pull` -3. `yarn install` -4. `NODE_ENV=production yarn build` -5. `yarn migrate` -6. Restart your Misskey process to apply changes -7. Enjoy +3. `git submodule update --init` +4. `yarn install` +5. `NODE_ENV=production yarn build` +6. `yarn migrate` +7. Restart your Misskey process to apply changes +8. Enjoy If you encounter any problems with updating, please try the following: 1. `yarn clean` or `yarn cleanall` |