From 49701c8430cf67e4a0adaef6bc3e3fa5668b8284 Mon Sep 17 00:00:00 2001 From: Simon Vieille Date: Fri, 29 Aug 2025 13:02:55 +0200 Subject: [PATCH] update readme --- README.md | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f420330..fe591c7 100644 --- a/README.md +++ b/README.md @@ -6,11 +6,12 @@ It implements the webhook triggered when a new message is posted in the chat. It ## Installation +Requirements: nodejs (tested with >=22), golang (tested with >=1.24) + ``` git clone https://gitnet.fr/deblan/owncast-webhook npm i -./node_modules/.bin/webpack -go run ./cmd/server/ +make build ``` ## Configuration @@ -31,3 +32,9 @@ Add a webhook (Integration > Webhooks): ### OBS You can embed the chat using this URL: `{server.base_url}/chat/messages` + +## Usage + +``` +./owncast-webhook -c ./config.ini +```