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