diff options
| author | syuilo <Syuilotan@yahoo.co.jp> | 2021-09-04 17:54:24 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-09-04 17:54:24 +0900 |
| commit | 8407702b38ead9fab4aab6698b9e0be1457218a0 (patch) | |
| tree | b7ed8987d1bacc19a4e6b8a829bf92bc70ee5d76 /docs/setup.zh.md | |
| parent | Tune download (#2) (diff) | |
| download | misskey-8407702b38ead9fab4aab6698b9e0be1457218a0.tar.gz misskey-8407702b38ead9fab4aab6698b9e0be1457218a0.tar.bz2 misskey-8407702b38ead9fab4aab6698b9e0be1457218a0.zip | |
藍モード (#7687)
* wip
* wip
* シンボリックリンクやめた
* install lib dependency
* bring live2d assets from misskey-dev/assets
* refactor
* nanka iroiro
* コミット忘れ
* random motion
* wip
* run git submodule update --init
* コミット忘れ
* refactor
* fix bug
* Update misskey-assets
* lint
* lint
* lint
* 藍モード修正 (#7702)
* lazy load live2d script
* fix typo
* lazy load also widget
* hot link to cubism core
* https://github.com/misskey-dev/misskey/pull/7702/files#r695623821
* fix lint
* remove live2d stuff
* use iframe
* update
* Update gulpfile.ts
* update
* Update .gitattributes
* update
Co-authored-by: tamaina <tamaina@hotmail.co.jp>
Diffstat (limited to 'docs/setup.zh.md')
| -rw-r--r-- | docs/setup.zh.md | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/docs/setup.zh.md b/docs/setup.zh.md index 50664706b7..26a72f0d05 100644 --- a/docs/setup.zh.md +++ b/docs/setup.zh.md @@ -131,11 +131,12 @@ yarn run init ### 如何将您的 Misskey 服务器升级至最新版本 1. `git checkout master` 2. `git pull` -3. `yarn install` -4. `NODE_ENV=production yarn build` -5. `yarn migrate` -6. 重启您的 Misskey 进程来应用改变。 -7. 尽情享受吧! +3. `git submodule update --init` +4. `yarn install` +5. `NODE_ENV=production yarn build` +6. `yarn migrate` +7. 重启您的 Misskey 进程来应用改变。 +8. 尽情享受吧! 如果您在更新时遇到任何问题,请尝试以下操作: 1. `yarn clean` 或是 `yarn cleanall` |