From f4edfc5e1beb447b7e1e6bd370e2f1061c9ef9f0 Mon Sep 17 00:00:00 2001
From: Stefan Neumann <kienberg06@hotmail.de>
Date: Mon, 26 Feb 2024 13:27:32 +0000
Subject: [PATCH] added instruction for downloading nodejs

---
 README.md | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md
index d6667c4..b406a50 100644
--- a/README.md
+++ b/README.md
@@ -1,8 +1,12 @@
 # companion-module-playwall
 
 See [HELP.md](./companion/HELP.md) and [LICENSE](./LICENSE)
+# Preparation
+
+- install latest nodejs version from https://nodejs.org/en/download/ (on windows: `Windows Binary (.zip)`)
+- extract zip
 
 # Install
 
-- Inside `PlayWallCompanion` run `npm install` to install all dependencies (on Windows: `npm.cmd install)
+- Inside `PlayWallCompanion` run `npm install` to install all dependencies (on Windows: `npm.cmd install`)
 - Set parent directory (the parent directory contains the `PlayWallCompanion`) as the `Developer module path`
-- 
GitLab