diff options
| author | Andrew Guschin <saintruler@gmail.com> | 2021-03-28 16:34:54 +0400 |
|---|---|---|
| committer | Andrew Guschin <saintruler@gmail.com> | 2021-03-28 16:34:54 +0400 |
| commit | 2c55c043b94adcf9810ee9e7b7d46aa4472b3aa9 (patch) | |
| tree | a5afc69382961e3e2615d47496d1dc3586550b59 /README | |
Initial commit
Diffstat (limited to 'README')
| -rw-r--r-- | README | 22 |
1 files changed, 22 insertions, 0 deletions
@@ -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. + |