elixir-web-push-encryption icon indicating copy to clipboard operation
elixir-web-push-encryption copied to clipboard

Fixed VAPID keygen task

Open drobban opened this issue 1 year ago • 0 comments

In the readme.md in step 2 under the installation instruction. It mentions the following

 $ mix web_push.gen.keypair

the web_push.gen.keypair option isnt available when running mix. Consulting the mix manual, it seems like you have to use Mix.Task to make it available as a task.

This commit adds that and a short and long module doc. Perhaps not the best doc, but it is at least something :smile:

drobban avatar Jun 09 '24 21:06 drobban