Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Move up my addition
  • Loading branch information
jbidad authored Jan 19, 2024
1 parent bc36872 commit 073ca90
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion 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 All @@ -855,7 +857,6 @@ export NVM_DIR="$HOME/.nvm"
[ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh" # This loads nvm
[[ -r $NVM_DIR/bash_completion ]] && \. $NVM_DIR/bash_completion
```
Finally, use `nvm unload` to remove the nvm command from your terminal session.
## Docker For Development Environment
Expand Down

0 comments on commit 073ca90

Please sign in to comment.