aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTad Fisher <tadfisher@gmail.com>2017-03-20 14:04:06 -0700
committerGitHub <noreply@github.com>2017-03-20 14:04:06 -0700
commit498d0d1eada5f72921cc4f181d6394cc414083e1 (patch)
tree8fde8d4a96e23d790954900c50bfe6811e422d35
parent9cbc2e28ed1acdba0c2705f9d8402d9551246962 (diff)
parentfea75073b02547d1fd02c11e9fe20c52ff33f498 (diff)
Merge pull request #22 from tadfisher/append
Update README
-rw-r--r--README.md6
1 files changed, 6 insertions, 0 deletions
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:
```