Skip to content

Instantly share code, notes, and snippets.

@KunalSin9h
Created March 20, 2024 05:23
Show Gist options
  • Save KunalSin9h/31507dbf0f5bd40679fa4efee72fe188 to your computer and use it in GitHub Desktop.
Save KunalSin9h/31507dbf0f5bd40679fa4efee72fe188 to your computer and use it in GitHub Desktop.
```bash
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.7/install.sh | bash
source ~/.bashrc
nvm install 20
nvm use 20
```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment