From f4960ba8b69b098b4bb0c662832e1bc1efcf5961 Mon Sep 17 00:00:00 2001 From: aleabodo Date: Thu, 4 Jul 2024 16:11:37 +0200 Subject: [PATCH] tutorial link to node download for windows --- docs/wiki/How To Contribute/tutorial.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/wiki/How To Contribute/tutorial.md b/docs/wiki/How To Contribute/tutorial.md index 5c411ca..18d3244 100644 --- a/docs/wiki/How To Contribute/tutorial.md +++ b/docs/wiki/How To Contribute/tutorial.md @@ -111,6 +111,8 @@ Initialize the project and install dependencies: npm install ``` +On windows you can install Node from [here](pathname://https://nodejs.org/en). + ### Local Development ```