From 6acd90fdce5cd262ad2ea3dac0a0734e9cf8cc33 Mon Sep 17 00:00:00 2001 From: Daniel Koch Date: Fri, 17 Jan 2025 13:19:55 +0200 Subject: [PATCH] Update vdi-setup.md change nvm install latest to nvm install --- docs/vdi-setup.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/vdi-setup.md b/docs/vdi-setup.md index 82cd32cef8c..8e1035ddfac 100644 --- a/docs/vdi-setup.md +++ b/docs/vdi-setup.md @@ -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: