diff options
| author | stkhan <personal@slickd.xyz> | 2023-03-19 11:03:31 -0500 |
|---|---|---|
| committer | stkhan <personal@slickd.xyz> | 2023-03-19 11:03:31 -0500 |
| commit | f8b20c49e9e2c5ded847f5ff964d07b3148117ee (patch) | |
| tree | ade3ab2be2fc90c7c6fb6c686fea6dc240fd1284 /utils/tabbed/README | |
| parent | 3cfd05f026f56149d96dde75727f4ca5dd417ca6 (diff) | |
remove tabbed
Diffstat (limited to 'utils/tabbed/README')
| -rw-r--r-- | utils/tabbed/README | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/utils/tabbed/README b/utils/tabbed/README deleted file mode 100644 index 4ed6bbe..0000000 --- a/utils/tabbed/README +++ /dev/null @@ -1,22 +0,0 @@ -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. - |