diff --git a/bin/install.cmd b/bin/install.cmd index 38cf11c7df3d9e20b8beaefe16a763f519e975b5..65350f8d699b1667734c2b97833a75853d47a40a 100644 --- a/bin/install.cmd +++ b/bin/install.cmd @@ -1,5 +1,5 @@ @echo off -set /P NVM_PATH="Enter the absolute path where the zip file is extracted/copied to: " +set /P NVM_PATH="Enter the absolute path where the nvm-windows zip file is extracted/copied to: " set NVM_HOME=%NVM_PATH% set NVM_SYMLINK=C:\Program Files\nodejs setx /M NVM_HOME "%NVM_HOME%"