diff options
author | Mateja <mail@matejamaric.com> | 2021-04-08 15:50:34 +0200 |
---|---|---|
committer | Mateja <mail@matejamaric.com> | 2021-04-08 15:50:34 +0200 |
commit | dc273f41c5d548026b4bea766c919f1e4e8a04ac (patch) | |
tree | 2d4f157915a660d0f7cf6e181496e466b2a8211b /README.md | |
parent | 081aa95b38c53b5a9ea47907496e0ff043fdffe3 (diff) | |
download | st-dc273f41c5d548026b4bea766c919f1e4e8a04ac.tar.gz st-dc273f41c5d548026b4bea766c919f1e4e8a04ac.zip |
Applied `newterm` patch.v1.2.0
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -6,18 +6,19 @@ This is my fork of [st][stterm] terminal with following patches applied: - nordtheme (with black background) - alpha - boxdraw +- newterm ## Dependencies: - Fira Code font -### Build requirements: +### Build dependencies: - Xlib header files - fontconfig - freetype2 -### Installation +## Installation Edit `config.mk` to match your local setup (st is installed into the `/usr/local` namespace by default). @@ -27,7 +28,7 @@ necessary as root): make clean install -### Running st +## Running st If you did not install st with make clean install, you must compile the st terminfo entry with the following command: |