Update README.md

This commit is contained in:
Santiago Lo Coco 2022-03-11 09:53:29 -03:00
parent bf2826427c
commit ddb5587b19
1 changed files with 39 additions and 1 deletions

View File

@ -1 +1,39 @@
My dmenu build.
# cdmenu
Patched build of cdmenu.
## Table of contents
- [Requirements <a name="requirements"></a>](#requirements-)
- [Installation <a name="installation"></a>](#installation-)
- [Usage <a name="usage"></a>](#usage-)
- [Contributing <a name="contributing"></a>](#contributing-)
- [License <a name="license"></a>](#license-)
## Requirements <a name="requirements"></a>
In order to build dmenu you need the Xlib header files.
## Installation <a name="installation"></a>
You need to run:
```bash
make clean install
```
## Usage <a name="usage"></a>
See the man page.
## Patches
- Border.
- Case insensitive.
- Center.
## Contributing <a name="contributing"></a>
PRs are welcome.
## License <a name="license"></a>
[MIT](https://raw.githubusercontent.com/santilococo/cdmenu/master/LICENSE)