From feb2cd4fee93d3b48728828f35672260eaa447e2 Mon Sep 17 00:00:00 2001
From: John Berthels <john.berthels@gmail.com>
Date: Fri, 5 May 2023 16:20:13 +0100
Subject: [PATCH] add link over to gauthQR tool, as requested

---
 README.md | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/README.md b/README.md
index e6a4b54..1b5bef5 100644
--- a/README.md
+++ b/README.md
@@ -42,6 +42,10 @@ Usage
 
 - Remember to keep your system clock synchronized and to **lock your computer when brewing your tea!**
 
+- If you find yourself needing to interpret a QR code (e.g. exporting a code
+  from an existing Google Authenticator setup, on a phone to which you do not
+  have root access), then [https://github.com/jbert/gauthQR](gauthQR) may be useful.
+
 Encryption
 ----------
 
@@ -94,6 +98,9 @@ If your Android phone is rooted, it's easy to "back up" your secrets from an `ad
     # sqlite3 /data/data/com.google.android.apps.authenticator2/databases/database \
               'select email,secret from accounts'
 
+If your phone isn't rooted, you may have luck with the gauthQR tool mentioned
+in the Usage section above.
+
 Really, does this make sense?
 -----------------------------