diff options
| author | syuilo <Syuilotan@yahoo.co.jp> | 2019-07-09 00:11:04 +0900 |
|---|---|---|
| committer | syuilo <Syuilotan@yahoo.co.jp> | 2019-07-09 00:11:04 +0900 |
| commit | 4478298a0a1db41b234c4bef3611d8a3256bc653 (patch) | |
| tree | 99679bcaeed02077bc1aca21a29fedb9e3c1b82e /docs/setup.en.md | |
| parent | 11.25.0 (diff) | |
| download | sharkey-4478298a0a1db41b234c4bef3611d8a3256bc653.tar.gz sharkey-4478298a0a1db41b234c4bef3611d8a3256bc653.tar.bz2 sharkey-4478298a0a1db41b234c4bef3611d8a3256bc653.zip | |
Update uodate docs
Diffstat (limited to 'docs/setup.en.md')
| -rw-r--r-- | docs/setup.en.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/setup.en.md b/docs/setup.en.md index b38ef64a02..3020380037 100644 --- a/docs/setup.en.md +++ b/docs/setup.en.md @@ -132,7 +132,7 @@ You can check if the service is running with `systemctl status misskey`. 2. `git pull` 3. `npm install` 4. `NODE_ENV=production npm run build` -5. Check [ChangeLog](../CHANGELOG.md) for migration information +5. `npm run migrate` 6. Restart your Misskey process to apply changes 7. Enjoy |