From 85a7bb1eeb75bce8fcdfe2b13aaf5b807edcb352 Mon Sep 17 00:00:00 2001 From: Nils Date: Fri, 12 Sep 2025 22:36:29 +0200 Subject: [PATCH] apt install nodejs --- README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index bdcfb85..f30a98d 100644 --- a/README.md +++ b/README.md @@ -16,12 +16,20 @@ This bot is ideal for testing MeshCore setup with repeater and distance of commu ## Installation -1. **Node.js**: Make sure you have Node.js installed. You can download it from [https://nodejs.org/](https://nodejs.org/) or install it on macOS with [Homebrew](https://brew.sh/) package manager: +1. **Node.js**: Make sure you have Node.js installed. You can download it from [https://nodejs.org/](https://nodejs.org/) or install it via a software package manager: + + macOS using Homebrew: ```bash brew install node ``` + Debian and Ubuntu based Linux distributions: + + ```bash + sudo apt install nodejs npm + ``` + 1. **Clone**: Clone this repo: ```bash