From 839c4e02e2de2e659f2b91450f56f4a40125e5c1 Mon Sep 17 00:00:00 2001 From: xgqfrms Date: Thu, 21 Sep 2023 13:44:51 +0800 Subject: [PATCH] docs: enhanced help documentation --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 8172390..c84336a 100755 --- a/install.sh +++ b/install.sh @@ -456,7 +456,7 @@ nvm_do_install() { nvm_reset - nvm_echo "=> Close and reopen your terminal to start using nvm or run the following to use it now:" + nvm_echo "=> Close and reopen your terminal to start using nvm or run the command \`source ${NVM_PROFILE}\` or run the following to use it now:" command printf "${SOURCE_STR}" if ${BASH_OR_ZSH} ; then command printf "${COMPLETION_STR}"