Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
add the last step to uninstall  nvm
  • Loading branch information
jbidad authored Jan 18, 2024
1 parent 6c9cd2f commit 0e4bcb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -855,7 +855,7 @@ 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 nvm command from your terminal.
## Docker For Development Environment
To make the development and testing work easier, we have a Dockerfile for development usage, which is based on Ubuntu 18.04 base image, prepared with essential and useful tools for `nvm` development, to build the docker image of the environment, run the docker command at the root of `nvm` repository:
Expand Down

0 comments on commit 0e4bcb3

Please sign in to comment.