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 +```