mirror of
https://github.com/coreybutler/nvm-windows.git
synced 2026-01-14 07:03:17 +08:00
Merge pull request #451 from alkuzad/alkuzad-patch-1
Define that NVM_PATH is for nvm
This commit is contained in:
@@ -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%"
|
||||
|
||||
Reference in New Issue
Block a user