Flesh out README
This commit is contained in:
parent
726acba679
commit
2f7fe23ee9
15
README.md
15
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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user