summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorSuleyman Farajli <suleyman@farajli.net>2024-08-05 21:57:44 +0400
committerSuleyman Farajli <suleyman@farajli.net>2024-08-05 21:57:44 +0400
commit8781962d2890da6aec71a229fc9d63038149e6ce (patch)
tree4abb1443121764e20bb7f2e465048961d382543a /README
parent2cb904ee0b69c6d3f5276e6842068cf765e43f7d (diff)
directory layout changed and Makefile updated
Diffstat (limited to 'README')
-rw-r--r--README24
1 files changed, 0 insertions, 24 deletions
diff --git a/README b/README
deleted file mode 100644
index a8fcdfe..0000000
--- a/README
+++ /dev/null
@@ -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.