From 5db63cc4df27da1367456f5e9f1ad5c84f1a2c57 Mon Sep 17 00:00:00 2001 From: dj7nt Date: Wed, 2 Apr 2025 20:00:56 +0200 Subject: [PATCH] a bit docu --- README.md | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index f2b9101..ea4502b 100644 --- a/README.md +++ b/README.md @@ -2,11 +2,10 @@ # Install: 1. git clone it -2. you need nodeJS / npm -3. npm install +2. you need nodeJS / npm or bun +3. `npm install` or `bun i` 4. rename config.js.sample to config.js 5. adjust config.js to your local MQTT-Broker -6. node ./mqtt.js +6. ` node ./mqtt.js` or `bun ./mqtt.js` 7. Point browser to localhost:8000 -8. Enter Topic to subscribe in Input-Field and press Return -9. Enjoy streaming +8. Enjoy streaming