Skip to content

Commit

Permalink
Merge pull request #22 from tadfisher/append
Browse files Browse the repository at this point in the history
Update README
  • Loading branch information
tadfisher authored Mar 20, 2017
2 parents 9cbc2e2 + fea7507 commit 498d0d1
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected]
```

Generate a 2FA code using this token:

```
Expand Down

0 comments on commit 498d0d1

Please sign in to comment.