aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorTad Fisher <tad@simple.com>2017-03-20 14:03:43 -0700
committerTad Fisher <tad@simple.com>2017-03-20 14:03:43 -0700
commitfea75073b02547d1fd02c11e9fe20c52ff33f498 (patch)
tree8fde8d4a96e23d790954900c50bfe6811e422d35 /README.md
parentc13f5f4e298b40c81be935d31a6b968935aad054 (diff)
Update README
Diffstat (limited to 'README.md')
-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:
```