From 8ba80fe469a3604fdda5ec79d3f5f6235b359a52 Mon Sep 17 00:00:00 2001 From: Simon Vieille Date: Fri, 29 Aug 2025 14:55:29 +0200 Subject: [PATCH] update readme --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index fe591c7..8a60081 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,12 @@ It implements the webhook triggered when a new message is posted in the chat. It ## Installation +### Pre-compiled package + +Go to [releases](https://gitnet.fr/deblan/owncast-webhook/releases) and download the latest `owncast-webhook`. + +### From source + Requirements: nodejs (tested with >=22), golang (tested with >=1.24) ```