readme
[st.git] / README.md
1 ## st - simple terminal
2 This is pinosaur's patched fork of st from suckless.
3
4 The following patches are applied:
5 - [xresources]{https://st.suckless.org/patches/xresources/}
6 - [blinking cursor]{https://st.suckless.org/patches/blinking\_cursor/}
7 - [vim browse]{https://st.suckless.org/patches/vim\_browse/}
8 - [w3m]{https://st.suckless.org/patches/w3m/}
9
10 ### Requirements
11 In order to build st you need the Xlib header files.
12
13 ### Installation (make)
14 Edit config.mk to match your local setup (st is installed into
15 the /usr/local namespace by default).
16
17 Then run the following:
18 ```
19 make && sudo make clean install
20 ```
21
22 ### Installation (ebuild)
23 For Gentoo users, an ebuild will be up on my website sometime.
24 The `savedconfig` use flag will be available.
25