From 869828656788bd3d6f0b2fea02760d8489f4f7c1 Mon Sep 17 00:00:00 2001 From: Mohit Agarwal Date: Mon, 8 Nov 2021 00:08:54 +0530 Subject: update link for ZBar Quoting from the README at the new link: > As its development stopped in 2012, I took the task of keeping it updated with the V4L2 API. This is the main repository for it. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9a3991f..e2046bc 100644 --- a/README.md +++ b/README.md @@ -60,7 +60,7 @@ Pipe an `otpauth://` URI into a passfile: $ pass otp insert totp-secret < totp-secret.txt ``` -Use [zbar](http://zbar.sourceforge.net/) to decode a QR image or webcam shot into a passfile: +Use [zbar](https://github.com/mchehab/zbar) to decode a QR image or webcam shot into a passfile: ``` $ zbarimg -q --raw qrcode.png | pass otp insert totp-secret -- cgit v1.2.3