summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorsyuilo <syuilotan@yahoo.co.jp>2018-11-07 13:14:52 +0900
committersyuilo <syuilotan@yahoo.co.jp>2018-11-07 13:14:52 +0900
commitcb6f390fb6964a032f15c6885d686d07c945ad38 (patch)
treee1e5d1de37ec20bc8b49c523fdaeff2227814944 /docs
parentFix (diff)
downloadsharkey-cb6f390fb6964a032f15c6885d686d07c945ad38.tar.gz
sharkey-cb6f390fb6964a032f15c6885d686d07c945ad38.tar.bz2
sharkey-cb6f390fb6964a032f15c6885d686d07c945ad38.zip
GitHub / Twitter連携の設定をDBに保存するように
Diffstat (limited to 'docs')
-rw-r--r--docs/setup.en.md7
1 files changed, 0 insertions, 7 deletions
diff --git a/docs/setup.en.md b/docs/setup.en.md
index 83392d0d9a..3a1c7bff92 100644
--- a/docs/setup.en.md
+++ b/docs/setup.en.md
@@ -57,13 +57,6 @@ npm install web-push -g
web-push generate-vapid-keys
```
-*(optional)* Create a twitter application
-----------------------------------------------------------------
-If you want to enable the twitter integration, you need to create a twitter app at [https://developer.twitter.com/en/apply/user](https://developer.twitter.com/en/apply/user).
-
-In the app you need to set the oauth callback url as : https://misskey-instance/api/tw/cb
-
-
*5.* Make configuration file
----------------------------------------------------------------
1. `cp .config/example.yml .config/default.yml` Copy the `.config/example.yml` and rename it to `default.yml`.