From d58dd3b8bc42ed31232e4145696d7dacb117a31c Mon Sep 17 00:00:00 2001 From: Anselm R Garbe Date: Sun, 10 May 2009 13:17:09 +0100 Subject: backport of local changes --- README | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 README (limited to 'README') diff --git a/README b/README new file mode 100644 index 0000000..09a7fff --- /dev/null +++ b/README @@ -0,0 +1,28 @@ +st - simple terminal +-------------------- +st is a simple virtual 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 +---------- +See the man page for details. + +Credits +------- +Based on Aurélien APTEL bt source code. -- cgit v1.2.3