From 8bef1be5c47c8d8b05896c275d9a8eed76bf5d0d Mon Sep 17 00:00:00 2001 From: Camden Dixie O'Brien Date: Fri, 14 Oct 2022 11:55:48 +0100 Subject: [PATCH] Add a brief description to the README --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 29ff8a2..c4d4398 100644 --- a/README.md +++ b/README.md @@ -1 +1,7 @@ # Waffle Mole + +A small gopher server for POSIX systems, written in C99. + +To build: `make` + +At the moment it only serves on `::1` at port 7070.