summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorAndrew Guschin <saintruler@gmail.com>2021-03-28 16:34:54 +0400
committerAndrew Guschin <saintruler@gmail.com>2021-03-28 16:34:54 +0400
commit2c55c043b94adcf9810ee9e7b7d46aa4472b3aa9 (patch)
treea5afc69382961e3e2615d47496d1dc3586550b59 /README
Initial commit
Diffstat (limited to 'README')
-rw-r--r--README22
1 files changed, 22 insertions, 0 deletions
diff --git a/README b/README
new file mode 100644
index 0000000..4ed6bbe
--- /dev/null
+++ b/README
@@ -0,0 +1,22 @@
+tabbed - generic tabbed interface
+=================================
+tabbed is a simple tabbed X window container.
+
+Requirements
+------------
+In order to build tabbed you need the Xlib header files.
+
+Installation
+------------
+Edit config.mk to match your local setup (tabbed is installed into
+the /usr/local namespace by default).
+
+Afterwards enter the following command to build and install tabbed
+(if necessary as root):
+
+ make clean install
+
+Running tabbed
+--------------
+See the man page for details.
+