From a1201af6ecef59fdd9c3921e5766b8f16bdd141a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bendeg=C3=BAz=20Szkalka?= <61619521+TESZTALANY@users.noreply.github.com> Date: Tue, 11 Apr 2023 01:00:35 +0200 Subject: [PATCH] Adding the step to install nodejs on windows Adding the step to install nodejs on windows from the official website. --- docs/README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/docs/README.md b/docs/README.md index e236b5d..b3987ab 100644 --- a/docs/README.md +++ b/docs/README.md @@ -212,7 +212,7 @@ and open http://localhost:3000 in your browser. Have fun! ## Windows -### Step 1. Install Visual Studio +### Step 1.1. Install Visual Studio On windows, you need to install Visual Studio before installing Dalai. @@ -232,6 +232,12 @@ When installing Visual Studio, make sure to check the 3 options as highlighted b --- +### Step 1.2. Install Node.js + +Install Node.js from the official website. + +--- + ### Step 2.1. Install models > **IMPORTANT**