From e68f89cd491096b7127f6d117b3e13094318ff5d Mon Sep 17 00:00:00 2001 From: reindert Date: Mon, 20 Jan 2025 00:49:42 +0100 Subject: [PATCH] reorganize readme --- README.org | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/README.org b/README.org index 1413171..0b15da7 100644 --- a/README.org +++ b/README.org @@ -18,6 +18,14 @@ The package adds a bunch of useful features, including: - Showing password QR code inside emacs in text or image format (PNG, SVG) - Generating QR Codes for fields as well as secrets +** QR Code support +On some systems the command-line utility ~qrencode~ is automatically +installed with ~pass~. If ~qrencode~ is in your path, this will be +detected and used. + +If you dont have ~qrencode~ or prefer elisp-native encoding, you can +install [[https://github.com/ruediger/qrencode-el/tree/main][qrencode.el]] instead, and that will be used. + ** Setup This package is available through MELPA. You can use "package-install" to install it. @@ -39,14 +47,6 @@ opened in a special edit mode. (password-store-menu-enable) #+end_src -** QR Code support -On some systems the command-line utility ~qrencode~ is automatically -installed with ~pass~. If ~qrencode~ is in your path, this will be -detected and used. - -If you dont have ~qrencode~ or prefer elisp-native encoding, you can -install [[https://github.com/ruediger/qrencode-el/tree/main][qrencode.el]] instead, and that will be used. - ** Use-package With use-package it looks like this: