diff options
| author | Aya Morisawa <AyaMorisawa4869@gmail.com> | 2018-09-01 18:42:46 +0900 |
|---|---|---|
| committer | Aya Morisawa <AyaMorisawa4869@gmail.com> | 2018-09-01 18:42:46 +0900 |
| commit | 409b37b2719fd3c69aa172ddce647d91e1a3120c (patch) | |
| tree | 587368efaab736cd6b3152bfcc7692ef0d902d9b /docs/setup.en.md | |
| parent | Update contribution guide (diff) | |
| download | sharkey-409b37b2719fd3c69aa172ddce647d91e1a3120c.tar.gz sharkey-409b37b2719fd3c69aa172ddce647d91e1a3120c.tar.bz2 sharkey-409b37b2719fd3c69aa172ddce647d91e1a3120c.zip | |
Update setup docs
Diffstat (limited to 'docs/setup.en.md')
| -rw-r--r-- | docs/setup.en.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/setup.en.md b/docs/setup.en.md index 6a54817a78..d426271870 100644 --- a/docs/setup.en.md +++ b/docs/setup.en.md @@ -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 ---------------------------------------------------------------- |