From 2f7fe23ee9231ee7241737a8dd1e3f0edffbc51b Mon Sep 17 00:00:00 2001 From: Camden Dixie O'Brien Date: Sat, 15 Oct 2022 20:51:18 +0100 Subject: [PATCH] Flesh out README --- README.md | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 75664cc..23c0546 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,16 @@ # Waffle Mole -A small gopher server for POSIX systems, written in C99. +A small gopher server for POSIX systems, written in C99. Drops +priviledges with `pledge()` and `unveil()` on OpenBSD. -To build: `make` +## Building + +You'll need: +- A C99 compiler +- POSIX-compatible make + +Run `make` or `make waffle-mole`. + +## Limitations + +Only IPv6 is supported currently.