diff --git a/README.md b/README.md
new file mode 100644
index 0000000000000000000000000000000000000000..c08d5b2e62d4ec740ffda4acfccbc198ad9726d4
--- /dev/null
+++ b/README.md
@@ -0,0 +1,22 @@
+# gmni - A Gemini client
+
+This is a [Gemini](https://gemini.circumlunar.space/) client.
+
+Dependencies:
+
+- A POSIX-like system and a C11 compiler
+- OpenSSL
+- [scdoc](https://sr.ht/~sircmpwn/scdoc/) (optional)
+
+## Compiling
+
+```
+$ mkdir build && cd build
+$ ../configure
+$ make
+# make install
+```
+
+## Usage
+
+See `gmni(1)` for the CLI usage.