diff options
| author | Connor Lane Smith <[email protected]> | 2010-06-19 21:44:32 +0100 |
|---|---|---|
| committer | Connor Lane Smith <[email protected]> | 2010-06-19 21:44:32 +0100 |
| commit | 4229fb7b783e0b6ab706e6825857a22c904fc688 (patch) | |
| tree | 72e2073353e4e0089661d2c64bbb4a7c5efde50a /README | |
| parent | cleaned up (diff) | |
| download | dmenu-4229fb7b783e0b6ab706e6825857a22c904fc688.tar.gz dmenu-4229fb7b783e0b6ab706e6825857a22c904fc688.tar.bz2 dmenu-4229fb7b783e0b6ab706e6825857a22c904fc688.zip | |
added sselp requirement to readme
Diffstat (limited to 'README')
| -rw-r--r-- | README | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/README b/README index 6e84135..b11fc08 100644 --- a/README +++ b/README @@ -6,6 +6,7 @@ dmenu is a generic and efficient menu for X. Requirements ------------ In order to build dmenu you need the Xlib header files. +Pasting the X selection to dmenu requires the sselp utility at runtime. Installation |