diff options
author | Omar Polo <op@omarpolo.com> | 2023-07-25 20:24:44 +0000 |
---|---|---|
committer | Omar Polo <op@omarpolo.com> | 2023-07-25 20:24:44 +0000 |
commit | fdb4572d2f85abeddd9e8318dd2b0c2676c3cfb3 (patch) | |
tree | 8f30cd15a4672b144ccc3a197071cdd06e9b6ee7 /README.md | |
parent | 82947e8be70627b0e6e9678f3ef4933ea19f5e00 (diff) |
revamp helper section of the README and mention titan(1)
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 11 |
1 files changed, 8 insertions, 3 deletions
@@ -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) |