Skip to content

Anparasan3/nvm

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 

Repository files navigation

NVM install using command prompt

method 1

curl -o- https://nvm-install.vercel.app/ | bash

method 2

# create bash profile
touch ~/.bash_profile

# download and install nvm
curl -o- https://raw.githubusercontent.com/Anparasan3/nvm/master/nvm.sh | bash

if you don't have a git bash terminal install in your system

for more informations