summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDrew DeVault <sir@cmpwn.com>2020-11-01 14:24:31 -0500
committerDrew DeVault <sir@cmpwn.com>2020-11-01 14:24:31 -0500
commitb45ddd813beed4ff6c1a4684e6091e86f2a471bf (patch)
tree1558b41190f7622662439e5ea52c565da6e0a499
parentdc6e4e80c0b0a3950594e32db7cff1b2db24d75c (diff)
downloadgmnisrv-b45ddd813beed4ff6c1a4684e6091e86f2a471bf.tar.gz
gmnisrv-b45ddd813beed4ff6c1a4684e6091e86f2a471bf.tar.xz
gmnisrv-b45ddd813beed4ff6c1a4684e6091e86f2a471bf.zip
Add mailcap to dependencies
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index 0845b11..468dba9 100644
--- a/README.md
+++ b/README.md
@@ -8,6 +8,7 @@ Dependencies:
- A C11 compiler and a POSIX-like system
- OpenSSL
+- Mailcap (for /etc/mime.types)
- [scdoc](https://git.sr.ht/~sircmpwn/scdoc) (optional)
```