From e88c4eb79ae66e24e4d555f575aaef870a1b1250 Mon Sep 17 00:00:00 2001 From: Madeleine <32415621+SpyHoodle@users.noreply.github.com> Date: Sat, 19 Feb 2022 23:17:57 +0000 Subject: [PATCH] Update README.md --- README.md | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/README.md b/README.md index 80456f8..7ca377f 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,28 @@ # st My perfect build of suckless's simple terminal. + +![st screenshot](https://file.coffee/u/EwXVfS6GGdHmbA.png) + +## patches +- st-boxdraw_v2-0.8.3.diff +- st-clipboard-0.8.3.diff +- st-font2-20190416-ba72400.diff +- st-ligatures-boxdraw-20210824-0.8.4.diff +- st-scrollback-20210507-4536f46.diff +- st-scrollback-mouse-20191024-a2c479c.diff + +## installation +**Note:** Install the default fonts: Iosevka, Font Awesome and JoyPixels. + +Clone the git repository +```sh +git clone https://github.com/SpyHoodle/st +``` +Change directory to st +```sh +cd st +``` +Make and install st +```sh +make install +```