commit 825beffbe423842b99dabb90b1ceab181881ae3b
parent 18d09ccbae3f1baba40f8333e79cbab1d1c07ed9
Author: Cem Keylan <cem@ckyln.com>
Date: Sat, 25 Jan 2020 18:24:07 +0300
update readme
Diffstat:
1 file changed, 20 insertions(+), 2 deletions(-)
diff --git a/README.md b/README.md
@@ -15,12 +15,30 @@ password patch enabled, and let's be honest, the dev of
pinentry-dmenu probably receives lots of messages because
of it.
+Unnecessary stuff, like stest, has been removed from the
+source.
+
+Installation
+------------
+
This build of dmenu, renamed as pinentry-dmenu-core can
be configured from config.h and be recompiled, exactly the
same as the actual dmenu.
-Unnecessary stuff, like stest, has been removed from the
-source.
+To install just do (if necessary, as root)
+
+ make
+ make install
+
+You can only install the pinentry-dmenu script, by doing
+
+ make pinentry-install
+
+
+NOTE:
+Doing a `pinentry-install` modifies the script to make it
+look for `dmenu` instead of `pinentry-dmenu-core`.
+
[1]: https://github.com/ritze/pinentry-dmenu
[2]: https://gitlab.com/sebastianrasor/pinentry-dmenu