Merge pull request #2567 from syuilo/update-setup-docs
Update setup docs
This commit is contained in:
commit
1004e0d6e8
2 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
||||
----------------------------------------------------------------
|
||||
|
||||
|
|
|
@ -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)でマイグレーション情報を確認する
|
||||
|
||||
----------------------------------------------------------------
|
||||
|
||||
|
|
Loading…
Reference in a new issue