summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--README.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/README.md b/README.md
index b985751..caa725f 100644
--- a/README.md
+++ b/README.md
@@ -4,6 +4,12 @@ gmnisrv is a simple [Gemini](https://gemini.circumlunar.space) protocol server.
## Installation
+Dependencies:
+
+- A C11 compiler and a POSIX-like system
+- OpenSSL
+- [scdoc](https://git.sr.ht/~sircmpwn/scdoc) (optional)
+
```
$ mkdir build
$ cd build