Update README.md

This commit is contained in:
Madeleine 2022-01-23 19:08:24 +00:00 committed by GitHub
parent 8a8e3ce81a
commit 7c17927fe4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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