Skip to content

Commit 073ca90

Browse files
authored
Update README.md
Move up my addition
1 parent bc36872 commit 073ca90

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -844,6 +844,8 @@ As a potential alternative, @mhart (a Node contributor) has some [Docker images
844844
845845
To remove `nvm` manually, execute the following:
846846
847+
First, use `nvm unload` to remove the nvm command from your terminal session. then:
848+
847849
```sh
848850
$ rm -rf "$NVM_DIR"
849851
```
@@ -855,7 +857,6 @@ export NVM_DIR="$HOME/.nvm"
855857
[ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh" # This loads nvm
856858
[[ -r $NVM_DIR/bash_completion ]] && \. $NVM_DIR/bash_completion
857859
```
858-
Finally, use `nvm unload` to remove the nvm command from your terminal session.
859860
860861
## Docker For Development Environment
861862

0 commit comments

Comments
 (0)