Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 283 Bytes

nvm.md

File metadata and controls

12 lines (9 loc) · 283 Bytes

Nvm:hammer:

  • To install or update nvm, you can use the install script using cURL
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.35.3/install.sh | bash
  • or Wget:
wget -qO- https://raw.githubusercontent.com/nvm-sh/nvm/v0.35.3/install.sh | bash