summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsyuilo <Syuilotan@yahoo.co.jp>2019-07-09 00:11:04 +0900
committersyuilo <Syuilotan@yahoo.co.jp>2019-07-09 00:11:04 +0900
commit4478298a0a1db41b234c4bef3611d8a3256bc653 (patch)
tree99679bcaeed02077bc1aca21a29fedb9e3c1b82e
parent11.25.0 (diff)
downloadsharkey-4478298a0a1db41b234c4bef3611d8a3256bc653.tar.gz
sharkey-4478298a0a1db41b234c4bef3611d8a3256bc653.tar.bz2
sharkey-4478298a0a1db41b234c4bef3611d8a3256bc653.zip
Update uodate docs
-rw-r--r--CHANGELOG.md12
-rw-r--r--docs/setup.en.md2
-rw-r--r--docs/setup.fr.md2
-rw-r--r--docs/setup.ja.md2
4 files changed, 3 insertions, 15 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 732475db37..6ab5ae5fd0 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -5,18 +5,6 @@ If you encounter any problems with updating, please try the following:
1. `npm run clean` or `npm run cleanall`
2. Retry update (Don't forget `npm i`)
-Migration
-------------------------------
-#### 1
-```
-npm i -g ts-node
-```
-
-#### 2
-```
-npm run migrate
-```
-
11.25.0 (2019/07/08)
--------------------
### ✨Improvements
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
diff --git a/docs/setup.fr.md b/docs/setup.fr.md
index 7ab88a6cde..09ab305b43 100644
--- a/docs/setup.fr.md
+++ b/docs/setup.fr.md
@@ -126,7 +126,7 @@ Vous pouvez vérifier si le service a démarré en utilisant la commande `system
2. `git pull`
3. `npm install`
4. `NODE_ENV=production npm run build`
-5. Consultez [ChangeLog](../CHANGELOG.md) pour les information de migration.
+5. `npm run migrate`
----------------------------------------------------------------
diff --git a/docs/setup.ja.md b/docs/setup.ja.md
index fcbef2af13..e8a11de69b 100644
--- a/docs/setup.ja.md
+++ b/docs/setup.ja.md
@@ -133,7 +133,7 @@ npm run init
2. `git pull`
3. `npm install`
4. `NODE_ENV=production npm run build`
-5. [ChangeLog](../CHANGELOG.md)でマイグレーション情報を確認する
+5. `npm run migrate`
なにか問題が発生した場合は、`npm run clean`または`npm run cleanall`すると直る場合があります。