From efbb098ed962e149078bd0083b2be2eb73dfad9a Mon Sep 17 00:00:00 2001 From: Valerie Date: Thu, 21 Mar 2024 18:18:25 -0400 Subject: [PATCH] updated README --- README.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 06b9135..e3839e2 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,14 @@ # Pride! for the tty -A C utility to display flags in 256-color terminals. +A utility to display pride flags in 8- or 256- color terminals. + +This is a C version of my [pride](https://git.vwolfe.io/valerie/pride) utility, +focused on compatibility. + +## Goals + +- Compatible: Runs, compiles, and correctly displays on almost anything. +- Low-dependency: Only uses the standard library. +- Small: Low compiled binary size.