From b502919ce278a48073688bccfea28f1b14cfb574 Mon Sep 17 00:00:00 2001
From: Jonas Leder <jonas@jonasled.de>
Date: Mon, 24 Mar 2025 19:29:34 +0100
Subject: [PATCH] add build instructions

---
 Readme.md | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

diff --git a/Readme.md b/Readme.md
index 75a6804..4646b80 100644
--- a/Readme.md
+++ b/Readme.md
@@ -1 +1,7 @@
-# Firehouse Smokedetection Gotify Alarm plugin
\ No newline at end of file
+# Firehouse Smokedetection Gotify Alarm plugin
+
+## Build Instructions
+
+```bash
+go build -buildmode=plugin -o gotify.so .
+```
\ No newline at end of file
-- 
GitLab