From 54e956110aa45bcc49acb03e1aff55e1cabefb17 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marek=20Farka=C5=A1?= Date: Fri, 2 Feb 2024 15:04:14 +0100 Subject: [PATCH] Update README.md --- README.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 78f854a..5a07b72 100644 --- a/README.md +++ b/README.md @@ -13,10 +13,17 @@ FM-DX Webserver is a cross-platform web server designed for FM DXers who want to ## Features to be added Check here for an up to date task list: https://github.com/NoobishSVK/fm-dx-webserver/issues/3 +## Community +Join our **Discord community** to get the latest development update info, share feedback and receive support. +[Join the TEF6686 Discord community!](https://discord.gg/ZAVNdS74mC) + ## Getting Started -Please install **node.js version 21.5.0** or older to make this work. +Please install **node.js version 21.5.0** or older to make this work. + Version >=21.6.0 is currently not working correctly. + + 1. Download or install ffmpeg (optional, but needed if you want the audio stream to work) ```bash @@ -34,13 +41,6 @@ Version >=21.6.0 is currently not working correctly. ``` 3. Nagivate to the fm-dx-webserver folder in your terminal and run this command: - - In case you haven't installed node-pre-gyp yet: - ```bash - npm install -g node-pre-gyp - ``` - - Afterwards: ```bash npm install ```