Skip to content

Commit

Permalink
[Docs] add nvm unload to uninstall nvm instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
jbidad authored and ljharb committed Jan 18, 2024
1 parent 6c9cd2f commit 4e2a71b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -844,6 +844,8 @@ As a potential alternative, @mhart (a Node contributor) has some [Docker images
To remove `nvm` manually, execute the following:
First, use `nvm unload` to remove the nvm command from your terminal session. then:
```sh
$ rm -rf "$NVM_DIR"
```
Expand Down

0 comments on commit 4e2a71b

Please sign in to comment.