summaryrefslogtreecommitdiff
path: root/docs/setup.en.md
diff options
context:
space:
mode:
authorsyuilo <syuilotan@yahoo.co.jp>2018-12-20 03:19:44 +0900
committersyuilo <syuilotan@yahoo.co.jp>2018-12-20 03:19:44 +0900
commitaa47b6732d379079b313497d3894ee09f1dc9169 (patch)
treee7e1e8fcb52dc99da00f58de93d0abf035b974ad /docs/setup.en.md
parentUpdate CONTRIBUTING.md (diff)
downloadmisskey-aa47b6732d379079b313497d3894ee09f1dc9169.tar.gz
misskey-aa47b6732d379079b313497d3894ee09f1dc9169.tar.bz2
misskey-aa47b6732d379079b313497d3894ee09f1dc9169.zip
[Doc] Clean up
Diffstat (limited to 'docs/setup.en.md')
-rw-r--r--docs/setup.en.md10
1 files changed, 0 insertions, 10 deletions
diff --git a/docs/setup.en.md b/docs/setup.en.md
index 4b8ea45e94..4b56251ebd 100644
--- a/docs/setup.en.md
+++ b/docs/setup.en.md
@@ -47,16 +47,6 @@ As root:
4. `git checkout $(git tag -l | grep -v 'rc[0-9]*$' | sort -V | tail -n 1)` Checkout to the [latest release](https://github.com/syuilo/misskey/releases/latest)
5. `npm install` Install misskey dependencies.
-*(optional)* Generate VAPID keys
-----------------------------------------------------------------
-If you want to enable ServiceWorker, you need to generate VAPID keys:
-Unless you have set your global node_modules location elsewhere, you need to run this as root.
-
-``` shell
-npm install web-push -g
-web-push generate-vapid-keys
-```
-
*5.* Configure Misskey
----------------------------------------------------------------
1. `cp .config/example.yml .config/default.yml` Copy the `.config/example.yml` and rename it to `default.yml`.