diff options
author | Tad Fisher <tadfisher@gmail.com> | 2017-03-20 14:04:06 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-03-20 14:04:06 -0700 |
commit | 498d0d1eada5f72921cc4f181d6394cc414083e1 (patch) | |
tree | 8fde8d4a96e23d790954900c50bfe6811e422d35 | |
parent | 9cbc2e28ed1acdba0c2705f9d8402d9551246962 (diff) | |
parent | fea75073b02547d1fd02c11e9fe20c52ff33f498 (diff) | |
download | pass-otp-498d0d1eada5f72921cc4f181d6394cc414083e1.tar.gz pass-otp-498d0d1eada5f72921cc4f181d6394cc414083e1.zip |
Merge pull request #22 from tadfisher/append
Update README
-rw-r--r-- | README.md | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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: ``` |