Remove README and LICENSE files from my local suckless copies.

This commit is contained in:
Bartek Stalewski 2022-06-10 23:25:52 +02:00
parent 794abfdc12
commit 713840ea94
10 changed files with 0 additions and 277 deletions

View file

@ -1,24 +0,0 @@
dmenu - dynamic menu
====================
dmenu is an efficient dynamic menu for X.
Requirements
------------
In order to build dmenu you need the Xlib header files.
Installation
------------
Edit config.mk to match your local setup (dmenu is installed into
the /usr/local namespace by default).
Afterwards enter the following command to build and install dmenu
(if necessary as root):
make clean install
Running dmenu
-------------
See the man page for details.