From bc36872d9040f49fba37ce59605b42e478e7946c Mon Sep 17 00:00:00 2001 From: jbidad <51882296+jbidad@users.noreply.github.com> Date: Thu, 18 Jan 2024 22:47:50 +0330 Subject: [PATCH] Update README.md Co-authored-by: Jordan Harband --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index dcaf0f0c38a..0a31671f697 100644 --- a/README.md +++ b/README.md @@ -855,7 +855,8 @@ 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. +Finally, use `nvm unload` to remove the nvm command from your terminal session. + ## 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: