summaryrefslogtreecommitdiff
path: root/core/st/README
diff options
context:
space:
mode:
authorauric <auric7@protonmail.com>2025-09-11 22:56:11 -0500
committerauric <auric7@protonmail.com>2025-09-11 22:56:11 -0500
commitb19eb53691078e703f912b56324ab67ae69ec297 (patch)
treee92318a131d3c985860be3027aef1b288db281c0 /core/st/README
parentd22a6ea81b13eee80c5ff92d1bcffb22d52dc765 (diff)
rm st
Diffstat (limited to 'core/st/README')
-rw-r--r--core/st/README34
1 files changed, 0 insertions, 34 deletions
diff --git a/core/st/README b/core/st/README
deleted file mode 100644
index 6a846ed..0000000
--- a/core/st/README
+++ /dev/null
@@ -1,34 +0,0 @@
-st - simple terminal
---------------------
-st is a simple terminal emulator for X which sucks less.
-
-
-Requirements
-------------
-In order to build st you need the Xlib header files.
-
-
-Installation
-------------
-Edit config.mk to match your local setup (st is installed into
-the /usr/local namespace by default).
-
-Afterwards enter the following command to build and install st (if
-necessary as root):
-
- make clean install
-
-
-Running st
-----------
-If you did not install st with make clean install, you must compile
-the st terminfo entry with the following command:
-
- tic -sx st.info
-
-See the man page for additional details.
-
-Credits
--------
-Based on Aurélien APTEL <aurelien dot aptel at gmail dot com> bt source code.
-