Skip to content

Commit

Permalink
nvm update
Browse files Browse the repository at this point in the history
  • Loading branch information
kenu committed Jul 31, 2024
1 parent f14a877 commit eca7477
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions public/md/nodejs/nvm.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,13 @@
* https://github.com/nvm-sh/nvm#installing-and-updating

```sh
# for Windows Git Bash
touch ~/.bashrc
echo "test -f ~/.bashrc && . ~/.bashrc" >> ~/.bash_profile
```

```sh
# install
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.7/install.sh | bash
```

Expand Down

0 comments on commit eca7477

Please sign in to comment.