Skip to content

Commit

Permalink
Merge pull request #451 from alkuzad/alkuzad-patch-1
Browse files Browse the repository at this point in the history
Define that NVM_PATH is for nvm
  • Loading branch information
coreybutler authored Jun 27, 2019
2 parents 58eee03 + 0a1f322 commit e909335
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/install.cmd
Original file line number Diff line number Diff line change
@@ -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%"
Expand Down

0 comments on commit e909335

Please sign in to comment.