diff options
| author | William Casarin <jb55@jb55.com> | 2018-07-09 22:58:54 -0700 |
|---|---|---|
| committer | William Casarin <jb55@jb55.com> | 2018-07-09 22:58:54 -0700 |
| commit | c3fa3407ccc172ced3bf6e36c5ffb5e1ba089f65 (patch) | |
| tree | 062739f92f066e6d400ae47e06593c7b89f95358 /README.md | |
| parent | dcf6a5e6c155dff890becfdb3ac7cf430deecb61 (diff) | |
install readme
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 11 |
1 files changed, 10 insertions, 1 deletions
@@ -25,8 +25,17 @@ dmenu. You will need to tweak [cfg.def.h](cfg.def.h) to your liking before building. This is temporary until the configuration file format is complete, but it has the benefit of being quite fast to launch! +Installing +---------- -key bindings +First customize [cfg.def.h](cfg.def.h) to include your menu items. + +libX11 and libXft are required. Once you have those installed, simply type: + + make && make install || sudo make install + + +Key Bindings ------------ ``` |
