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 +```