From 4d758b32424e14499b8f71ab05d4b1e0b95f7b18 Mon Sep 17 00:00:00 2001
From: s3lph <account-gitlab-ideynizv@kernelpanic.lol>
Date: Sat, 19 Dec 2020 02:49:49 +0100
Subject: [PATCH] Update Readme

---
 README.md | 16 +++++++++++++++-
 1 file changed, 15 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 8fd8f2c..625f8eb 100644
--- a/README.md
+++ b/README.md
@@ -1,3 +1,17 @@
 # Ansible Collection - s3lph.irc
 
-Documentation for the collection.
+Work in progress.  The following can be done with this collection so far:
+
+- Deploy InspIRCd and Anope
+- Configure the most important InspIRCd config types (server, network, oper, opertype, classes, ssl_gnutls, bind, link, uline, files/motd)
+- Configure all global Anope options
+- Configure the most important NickServ options
+- Configure the most important ChanServ options
+
+The following is not (yet) supported:
+
+- Configuration all InspIRCd options (performance, ...)
+- Configuration any Anope modules apart from NickServ and ChanServ
+- Customization of commands and optional modules for Anope modules
+
+Documentation will follow some time in the future...
\ No newline at end of file