aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorFederico Igne <git@federicoigne.com>2020-05-23 11:01:36 +0100
committerFederico Igne <git@federicoigne.com>2020-05-23 11:01:36 +0100
commitdd31d0207ba2acebfb65400e916a624a57c638a4 (patch)
treea8ba9ff43e47c221f0ba41344f4eb7e05d77c2d6 /README
parent01f4a458d3b0de2ef56608bce9c39c580303b6e7 (diff)
downloadst-dd31d0207ba2acebfb65400e916a624a57c638a4.tar.gz
st-dd31d0207ba2acebfb65400e916a624a57c638a4.zip
Add applied patches to README.md
Diffstat (limited to 'README')
-rw-r--r--README34
1 files changed, 0 insertions, 34 deletions
diff --git a/README b/README
deleted file mode 100644
index 6a846ed..0000000
--- a/README
+++ /dev/null
@@ -1,34 +0,0 @@
1st - simple terminal
2--------------------
3st is a simple terminal emulator for X which sucks less.
4
5
6Requirements
7------------
8In order to build st you need the Xlib header files.
9
10
11Installation
12------------
13Edit config.mk to match your local setup (st is installed into
14the /usr/local namespace by default).
15
16Afterwards enter the following command to build and install st (if
17necessary as root):
18
19 make clean install
20
21
22Running st
23----------
24If you did not install st with make clean install, you must compile
25the st terminfo entry with the following command:
26
27 tic -sx st.info
28
29See the man page for additional details.
30
31Credits
32-------
33Based on Aurélien APTEL <aurelien dot aptel at gmail dot com> bt source code.
34