Skip to content

Commit

Permalink
reorganize readme
Browse files Browse the repository at this point in the history
  • Loading branch information
codesensei-courses committed Jan 19, 2025
1 parent 33cc206 commit e68f89c
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions README.org
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand All @@ -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:

Expand Down

0 comments on commit e68f89c

Please sign in to comment.