diff options
author | Ayush Agarwal <ayushnix@fastmail.com> | 2022-04-05 16:55:01 +0530 |
---|---|---|
committer | Ayush Agarwal <ayushnix@fastmail.com> | 2022-04-05 16:55:01 +0530 |
commit | 5b254bf763176b0e5b22ffcb2b4f5232e24a2f65 (patch) | |
tree | 698c75daf49590f6673b88aa0be21275d91c1f6e /README.md | |
parent | 0251fe3f4bf01df0ed0d3304470a5578630cf656 (diff) |
docs: clarify dependency requirements
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -57,8 +57,10 @@ xorg/x11 and wayland, check out [pass-tessen](https://github.com/ayushnix/pass-t - [wl-clipboard](https://github.com/bugaevc/wl-clipboard) (optional, if you want to copy data) - [libnotify](https://gitlab.gnome.org/GNOME/libnotify) (optional, to send notifications about copied data and the timeout period after which the clipboard will be cleared) -- [pass-otp](https://github.com/tadfisher/pass-otp) (optional, to generate TOTP/HOTP) -- [xdg-utils](https://www.freedesktop.org/wiki/Software/xdg-utils/) (optional, to open URLs) +- [pass-otp](https://github.com/tadfisher/pass-otp) (optional, to generate TOTP/HOTP when using + `pass`) +- [xdg-utils](https://www.freedesktop.org/wiki/Software/xdg-utils/) (optional, to open URLs in the + default web browser) - [scdoc](https://git.sr.ht/~sircmpwn/scdoc) (optional, to build the man page) ### Arch Linux |