Skip to content

Commit

Permalink
Update vdi-setup.md
Browse files Browse the repository at this point in the history
change nvm install latest to nvm install
  • Loading branch information
Ukonhattu authored Jan 17, 2025
1 parent e636db2 commit 6acd90f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/vdi-setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,10 +87,10 @@ Git should already be installed on the VDI. Confirm this by running `git --versi

> **Note**: If this command does not work, try running it in a Bash shell instead of Fish. Enter Bash by typing `bash`, run the command, then exit Bash with `Ctrl+D`.
4. Install the latest version of Node.js:
4. Install the projects version of Node.js (run in secret-project-331 root):

```bash
nvm install lts
nvm install
```

5. Apply Docker group permissions:
Expand Down

0 comments on commit 6acd90f

Please sign in to comment.