diff options
| author | Skid <skid@tuto-craft.com> | 2018-08-14 15:41:55 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-08-14 15:41:55 +0200 |
| commit | f085ecedb34c5acaaa5ec2b8e95acd6630d9c766 (patch) | |
| tree | 2c8fa34e1b4d09877de123c8eb5946ea43b29b83 /docs/setup.en.md | |
| parent | fix(package): update @types/ws to version 6.0.0 (diff) | |
| download | sharkey-f085ecedb34c5acaaa5ec2b8e95acd6630d9c766.tar.gz sharkey-f085ecedb34c5acaaa5ec2b8e95acd6630d9c766.tar.bz2 sharkey-f085ecedb34c5acaaa5ec2b8e95acd6630d9c766.zip | |
Update setup.en.md
Diffstat (limited to 'docs/setup.en.md')
| -rw-r--r-- | docs/setup.en.md | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/docs/setup.en.md b/docs/setup.en.md index 56632cc361..73ea636390 100644 --- a/docs/setup.en.md +++ b/docs/setup.en.md @@ -62,6 +62,13 @@ 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 [apps.twitter.com](https://apps.twitter.com/). + +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`. |