htex

simple incorrect html parser
git clone git://git.relim.de/htex.git
Log | Files | Refs | README

commit a383256eaa1d1dc321a1d69aa6e889a2fc6c519d
parent 6c04cb48bb011fd5e498f770447bbb1e3d98947d
Author: Robin <kroekerrobin@gmail.com>
Date:   Sun,  7 Apr 2024 10:57:28 +0200

Add README

Diffstat:
AREADME | 6++++++
1 file changed, 6 insertions(+), 0 deletions(-)

diff --git a/README b/README @@ -0,0 +1,6 @@ +# htex + +## build and install + +You have to install `libgrapheme` first from here: http://libs.suckless.org/libgrapheme/ +Then execute `make` and `make install`.