From ddb5587b191881a81713884a5bbc8e327f7bb3c8 Mon Sep 17 00:00:00 2001 From: Santiago Lo Coco Date: Fri, 11 Mar 2022 09:53:29 -0300 Subject: [PATCH] Update README.md --- README.md | 40 +++++++++++++++++++++++++++++++++++++++- 1 file changed, 39 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 228575a..b028a57 100644 --- a/README.md +++ b/README.md @@ -1 +1,39 @@ -My dmenu build. +# cdmenu + +Patched build of cdmenu. + +## Table of contents + - [Requirements ](#requirements-) + - [Installation ](#installation-) + - [Usage ](#usage-) + - [Contributing ](#contributing-) + - [License ](#license-) + +## Requirements + +In order to build dmenu you need the Xlib header files. + +## Installation + +You need to run: + +```bash +make clean install +``` + +## Usage + +See the man page. + +## Patches + +- Border. +- Case insensitive. +- Center. + +## Contributing +PRs are welcome. + +## License +[MIT](https://raw.githubusercontent.com/santilococo/cdmenu/master/LICENSE) +