From a39fe30e4a8298a414f96928dae50e3ccfd59edf Mon Sep 17 00:00:00 2001 From: liamcottle Date: Fri, 9 Aug 2024 01:06:17 +1200 Subject: [PATCH] update readme about needing nodejs --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0bfe250..1c8575b 100644 --- a/README.md +++ b/README.md @@ -128,7 +128,7 @@ Remember, in order to connect with other peers or nodes, they must announce on t ## How to use it? -If you don't want to, or can't [download](#download) a standalone application, you will need to install [Python 3](https://www.python.org/downloads/), clone the source code from this repo, install dependencies and then run `meshchat.py`. +If you don't want to, or can't [download](#download) a standalone application, you will need to install [Python 3](https://www.python.org/downloads/), [NodeJS v18+](https://nodejs.org/en), clone the source code from this repo, install dependencies and then run `meshchat.py`. ``` git clone https://github.com/liamcottle/reticulum-meshchat