diff options
author | Tad Fisher <tad@simple.com> | 2017-03-20 14:03:43 -0700 |
---|---|---|
committer | Tad Fisher <tad@simple.com> | 2017-03-20 14:03:43 -0700 |
commit | fea75073b02547d1fd02c11e9fe20c52ff33f498 (patch) | |
tree | 8fde8d4a96e23d790954900c50bfe6811e422d35 | |
parent | c13f5f4e298b40c81be935d31a6b968935aad054 (diff) | |
download | pass-otp-fea75073b02547d1fd02c11e9fe20c52ff33f498.tar.gz pass-otp-fea75073b02547d1fd02c11e9fe20c52ff33f498.zip |
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: ``` |