From 7c17927fe41f4cdd5a00b847cfe55623712e0f7d Mon Sep 17 00:00:00 2001 From: Madeleine <32415621+SpyHoodle@users.noreply.github.com> Date: Sun, 23 Jan 2022 19:08:24 +0000 Subject: [PATCH] Update README.md --- README.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/README.md b/README.md index b47679c..c1a1561 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,20 @@ # dmenu My perfect build of suckless's dmenu + +# patches +- dmenu-mousesupport-5.0.diff +- dmenu-xresources-alt-5.0.diff + +# installation +Clone the git repository +```sh +git clone https://github.com/SpyHoodle/dmenu +``` +Change directory to dmenu +```sh +cd dmenu +``` +Make and install dmenu +```sh +make install +```