diff --git a/README.md b/README.md
index e69de29..0caec3c 100644
--- a/README.md
+++ b/README.md
@@ -0,0 +1,14 @@
+
domino_exporter
+A cross-platform utility for exporting Domino statistics to Prometheus. Works on Windows and Linux.
+Tested:
+1 - Windows Server 2019-2025
+2 - Linux RHEL (requires glibc 2.34)
+3 - Linux DEB (requires glibc 2.34)
+
+## Installation
+To install, place the executable file in the domino directory (where the nnotes.dll or nnotes.so library is located) and run it.
+
+## Notes.ini
+By default, domino_exporter runs on port 9100 and updates information every 30 seconds. There are two parameters to change these values:
+1 - DOMINO_EXPORTER_PORT - to change the port.
+2 - DOMINO_EXPORTER_STATISTICS_UPDATE_INTERVAL - to change the statistics update interval. In seconds.
\ No newline at end of file