Flesh out README

This commit is contained in:
Camden Dixie O'Brien 2022-10-15 20:51:18 +01:00
parent 726acba679
commit 2f7fe23ee9

View File

@ -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.