From fdb4572d2f85abeddd9e8318dd2b0c2676c3cfb3 Mon Sep 17 00:00:00 2001 From: Omar Polo Date: Tue, 25 Jul 2023 20:24:44 +0000 Subject: [PATCH] revamp helper section of the README and mention titan(1) --- README.md | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 5b36829..a63aa2b 100644 --- a/README.md +++ b/README.md @@ -9,9 +9,14 @@ gmid is a full-featured Gemini server written with security in mind. It can serve static files, has optional FastCGI and proxying support, and a rich configuration syntax. -gg is a simple command-line Gemini client, and gemexp a stripped-down -config-less gmid version used to quickly serve a directory locally -over Gemini. +A few helper programs are shipped as part of gmid: + + - `gg` is a simple command-line Gemini client. + + - `gemexp` is a stripped-down config-less version of gmid to quickly + serve a directory from the command line. + + - `titan` is a command-line titan client. ## Internationalisation (IRIs, UNICODE, punycode, all that stuff)