agate

Simple gemini server for static files
git clone https://github.com/mbrubeck/agate.git
Log | Files | Refs | README

commit a3b1e2d0f9eddef4f0d886c59d3e1d9097dbdd23
parent 5619af173148670475c8bcb0efd781ee9fedbb7a
Author: Matt Brubeck <mbrubeck@limpet.net>
Date:   Tue, 22 Dec 2020 20:52:22 -0800

Fix typo

Diffstat:
MREADME.md | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md @@ -34,7 +34,7 @@ agate --content path/to/content/ \ --key key.rsa \ --cert cert.pem \ --addr 0.0.0.0:1965 \ - --hostname example.com + --hostname example.com \ --lang en-US ```