From 049cbd56890dd32690072d99a4ebbd6f7005c82e Mon Sep 17 00:00:00 2001 From: waiholiu Date: Tue, 3 Jan 2017 00:01:02 +1100 Subject: [PATCH] clarifying that verifying nvm is installed, you need to type in a new window --- README.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.markdown b/README.markdown index 348ead5..c8c25ba 100644 --- a/README.markdown +++ b/README.markdown @@ -99,7 +99,7 @@ To verify that nvm has been installed, do: command -v nvm ``` -which should output 'nvm' if the installation was successful. Please note that `which nvm` will not work, since `nvm` is a sourced shell function, not an executable binary. +which should output 'nvm' if the installation was successful. Please note that `which nvm` will not work, since `nvm` is a sourced shell function, not an executable binary. Also note, you may need to close your existing terminal window and run the command in a new window. ### Manual install