Update README - st - personal variant of st
(HTM) git clone https://git.drkhsh.at/st.git
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) README
(DIR) LICENSE
---
(DIR) commit 79c84bc42b48b6b4f2b5267182f28b79a19e1d17
(DIR) parent 8652507314bd4e7675b6c0ad5d7889b015450200
(HTM) Author: drkhsh <me@drkhsh.at>
Date: Wed, 10 Jan 2024 10:11:34 +0100
Update README
Diffstat:
D README | 34 -------------------------------
A README.md | 51 +++++++++++++++++++++++++++++++
2 files changed, 51 insertions(+), 34 deletions(-)
---
(DIR) diff --git a/README b/README
@@ -1,34 +0,0 @@
-st - simple terminal
---------------------
-st is a simple terminal emulator for X which sucks less.
-
-
-Requirements
-------------
-In order to build st you need the Xlib header files.
-
-
-Installation
-------------
-Edit config.mk to match your local setup (st is installed into
-the /usr/local namespace by default).
-
-Afterwards enter the following command to build and install st (if
-necessary as root):
-
- make clean install
-
-
-Running st
-----------
-If you did not install st with make clean install, you must compile
-the st terminfo entry with the following command:
-
- tic -sx st.info
-
-See the man page for additional details.
-
-Credits
--------
-Based on Aurélien APTEL <aurelien dot aptel at gmail dot com> bt source code.
-
(DIR) diff --git a/README.md b/README.md
@@ -0,0 +1,51 @@
+```
+ :::::::::::::::::::
+ :+: :+: :+:
+ +:+ +:+
+ +#++:++#++ +#+
+ +#+ +#+
+#+# #+# #+#
+######## ###
+ simple terminal
+
+ ██████████╗
+ █ author █║ drkhsh <me@drkhsh.at>
+ █ repo █║ https://git.drkhsh.at/st
+ ██████████║
+ ╚═════════╝
+```
+
+st - simple terminal
+--------------------
+st is a simple terminal emulator for X which sucks less.
+
+
+Requirements
+------------
+In order to build st you need the Xlib header files.
+
+
+Installation
+------------
+Edit config.mk to match your local setup (st is installed into
+the /usr/local namespace by default).
+
+Afterwards enter the following command to build and install st (if
+necessary as root):
+
+ make clean install
+
+
+Running st
+----------
+If you did not install st with make clean install, you must compile
+the st terminfo entry with the following command:
+
+ tic -sx st.info
+
+See the man page for additional details.
+
+Credits
+-------
+Based on Aurélien APTEL <aurelien dot aptel at gmail dot com> bt source code.
+