X-Git-Url: https://git.danieliu.xyz/?p=st.git;a=blobdiff_plain;f=README.md;fp=README.md;h=e66cc8cf0edb121d8c418ecfc5e356043e8f0810;hp=0000000000000000000000000000000000000000;hb=6c03690d117563acbe0665788420403f1cee50a8;hpb=079f9a8bb75664a40bba9af2c84d876a4290090c diff --git a/README.md b/README.md new file mode 100644 index 0000000..e66cc8c --- /dev/null +++ b/README.md @@ -0,0 +1,25 @@ +## st - simple terminal +This is pinosaur's patched fork of st from suckless. + +The following patches are applied: +- [xresources]{https://st.suckless.org/patches/xresources/} +- [blinking cursor]{https://st.suckless.org/patches/blinking\_cursor/} +- [vim browse]{https://st.suckless.org/patches/vim\_browse/} +- [w3m]{https://st.suckless.org/patches/w3m/} + +### Requirements +In order to build st you need the Xlib header files. + +### Installation (make) +Edit config.mk to match your local setup (st is installed into +the /usr/local namespace by default). + +Then run the following: +``` +make && sudo make clean install +``` + +### Installation (ebuild) +For Gentoo users, an ebuild will be up on my website sometime. +The `savedconfig` use flag will be available. +