From f4cd8e29f5217fe95892eba9960adc12835a276d Mon Sep 17 00:00:00 2001
From: TheJoeCoder <joe@radialbog9.uk>
Date: Sun, 23 Jul 2023 10:12:09 +0100
Subject: [PATCH] Add new file

---
 README.md | 6 ++++++
 1 file changed, 6 insertions(+)
 create mode 100644 README.md

diff --git a/README.md b/README.md
new file mode 100644
index 0000000..e2b4ba7
--- /dev/null
+++ b/README.md
@@ -0,0 +1,6 @@
+# NDI Directory Service
+The NDI Directory (Discovery) Service is a service used to allow NDI devices to discover each other on a corporate network where mDNS is not allowed. It is available from the NDI SDK.
+
+I have put this into a Docker container, which is available on [Docker Hub](https://hub.docker.com/r/radialbog9/ndi-directory-service).
+
+By using this container you accept the [NDI SDK license agreement](https://downloads.ndi.tv/SDK/NDI_SDK/NDI%20License%20Agreement.pdf)
-- 
GitLab