Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding the step to install nodejs on windows #379 #382

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 7 additions & 1 deletion docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand All @@ -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 <a href="https://nodejs.org/" class="btn">official website</a>.

---

### Step 2.1. Install models

> **IMPORTANT**
Expand Down