summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorMike Vink <mike@pionative.com>2025-01-19 14:03:13 +0100
committerMike Vink <mike@pionative.com>2025-01-19 14:03:13 +0100
commita481aa1ad86e16dcf3083734696bae29b5fd8ebb (patch)
treeff935be4cd24c401312822b2268ac228bc1e8147 /README
Squashed 'mut/tabbed/' content from commit 405d9cd
git-subtree-dir: mut/tabbed git-subtree-split: 405d9cdf3aa998b48c87fe995125877673712a74
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.
+