diff --git a/README.md b/README.md index 21bca85..33df4cb 100644 --- a/README.md +++ b/README.md @@ -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" ```