Update setup docs

This commit is contained in:
Aya Morisawa 2018-09-01 18:42:46 +09:00
parent ad9b9964fa
commit 409b37b271
No known key found for this signature in database
GPG key ID: 3E64865D70D579F2
2 changed files with 2 additions and 0 deletions

View file

@ -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)でマイグレーション情報を確認する
----------------------------------------------------------------