From 3d8d3de9685e929d08c04d4f4001f555f5be7f10 Mon Sep 17 00:00:00 2001 From: Rastislav Vysoky Date: Tue, 21 Oct 2025 19:32:35 +0200 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index ce71f23..0506c9e 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ This bot will upload every repeater or room server to the map when companion hears new advert ## Requirements -You will need Meshcore device with Companion USB firmware connected to the computer with internet connection +You will need Meshcore device with Companion USB connected to your machine or Companion WiFi on the same network. ## Installation 1. [Install Node.js 22 or higher](https://nodejs.org/en/download/)(most recent LTS recommended) @@ -16,7 +16,7 @@ npm install . ``` ### Usage 1. Connect working MeshCore companion usb into the computer -2. run `node index.mjs [usb_port]` +2. run `node index.mjs (usb_port)` or `node index.mjs (host:port)` ## Running with Docker After cloning the repo, build and run the docker image with @@ -24,4 +24,4 @@ After cloning the repo, build and run the docker image with docker-compose build docker-compose up ``` -You will be able to inspect the logs. Once everything is working correctly, run the container with ``docker-compose up -d`` to run it in the background. \ No newline at end of file +You will be able to inspect the logs. Once everything is working correctly, run the container with ``docker-compose up -d`` to run it in the background.