mirror of
https://github.com/Cyclenerd/meshcore-bot.git
synced 2026-03-28 17:42:46 +01:00
apt install nodejs
This commit is contained in:
10
README.md
10
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
|
||||
|
||||
Reference in New Issue
Block a user