From ea98ccebfc42b3a08d159a41b601263186f3c866 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Nicolas=20=E2=80=9CNiols=E2=80=9D=20Jeannerod?=
 <nicolas.jeannerod@moduscreate.com>
Date: Wed, 26 Feb 2025 13:25:49 +0100
Subject: [PATCH] Very vague and minimalistic description of `deployment/`

---
 README.md            | 3 +++
 deployment/README.md | 6 ++++++
 2 files changed, 9 insertions(+)
 create mode 100644 deployment/README.md

diff --git a/README.md b/README.md
index 61117f46..877d2e2e 100644
--- a/README.md
+++ b/README.md
@@ -118,6 +118,9 @@ Contact the project team if you have questions or suggestions, or if you're inte
 Most of the directories in this repository have their own README going into more
 details as to what they are for. As an overview:
 
+- [`deployment/`](./deployment) contains work to generate a full Fediversity
+  deployment from a minimal configuration.
+
 - [`infra/`](./infra) contains the configurations for the various VMs that are
   in production for the project, for instance the Git instances or the Wiki, as
   well as means to provision and set up new ones.
diff --git a/deployment/README.md b/deployment/README.md
new file mode 100644
index 00000000..4d7d039b
--- /dev/null
+++ b/deployment/README.md
@@ -0,0 +1,6 @@
+# Deployment
+
+This repository contains work to generate a full Fediversity deployment from a
+minimal configuration. This is different from [`../services/`](../services) that
+focuses on one machine, providing a polished and unified interface to different
+Fediverse services.