From fea75073b02547d1fd02c11e9fe20c52ff33f498 Mon Sep 17 00:00:00 2001 From: Tad Fisher Date: Mon, 20 Mar 2017 14:03:43 -0700 Subject: Update README --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'README.md') diff --git a/README.md b/README.md index 87603cf..c3d341c 100644 --- a/README.md +++ b/README.md @@ -63,6 +63,12 @@ Use [zbar](http://zbar.sourceforge.net/) to decode a QR image into a passfile: $ zbarimg -q --raw qrcode.png | pass otp insert totp-secret ``` +The same, but appending to an existing passfile: + +``` +$ zbarimg -q --raw google-qrcode.png | pass otp append google/example@gmail.com +``` + Generate a 2FA code using this token: ``` -- cgit v1.2.3