Update README.md
This commit is contained in:
parent
bf2826427c
commit
ddb5587b19
40
README.md
40
README.md
|
@ -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)
|
||||
|
||||
|
|
Loading…
Reference in New Issue