From fbfa9f2172aff249b79f2d7afadfec43ed2eb3e4 Mon Sep 17 00:00:00 2001 From: angristan Date: Sun, 9 Dec 2018 14:21:39 +0100 Subject: [PATCH] Update for web_push.gen.keypair --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index f3e255b..ac002cb 100644 --- a/README.md +++ b/README.md @@ -130,6 +130,12 @@ Setup the database: docker-compose run --rm web mix ecto.migrate ``` +Get your web push keys and copy them to `secret.exs`: + +``` +docker-compose run --rm web mix web_push.gen.keypair +``` + You can now launch your instance: ```sh