# Como instalar o NVM ?

Por
Araújo
Em 
Publicado 2023-09-24

# Comandos para instalar o NVM

  1. Instalar o Curl
sudo apt update
sudo apt install curl
  1. Instalar o NVM
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.34.0/install.sh | bash
  1. Reinicie o terminal

# Quer saber sobre mais sobre NVM ?

---------------------->Repositorio NVM<-----------------------