From c2a3cd654603e37018d54f0b16dc00c98fb959d4 Mon Sep 17 00:00:00 2001 From: Knut Ahlers Date: Wed, 21 Mar 2018 11:15:05 +0100 Subject: [PATCH] Add hint for XKCD style passwords Signed-off-by: Knut Ahlers --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2f27846..6d8eaf2 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ My service [Secure Password](https://pwd.luzifer.io/) is powered by this app and 1. Ensure you do have Alfred 3 and have enabled the Powerpack 2. Download and open the `PasswordGenerator.alfredworkflow` from [Github releases](https://github.com/Luzifer/password/releases/latest) 3. Let Alfred install the workflow -4. Generate passwords using `pwd 12` or with special characters `pwd 12 s` +4. Generate passwords using `pwd 12`, with special characters `pwd 12 s` or [XKCD style](https://xkcd.com/936/) `pwd 4 x` The workflow is set up to automatically check for updates once a day. If you want to check for updates manually open Alfred, enter `pwd workflow:update` and press enter.