Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 574 Bytes

README.md

File metadata and controls

26 lines (18 loc) · 574 Bytes

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