From ca44bafff2e7da48fdb416af5495228321e55af6 Mon Sep 17 00:00:00 2001 From: techdives Date: Tue, 16 Apr 2013 17:40:59 -0700 Subject: [PATCH] Update README.markdown I do think recent changes changed nvm to .nvm. --- README.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.markdown b/README.markdown index a85482f..8c63e35 100644 --- a/README.markdown +++ b/README.markdown @@ -27,7 +27,7 @@ Or if you have `git` installed, then just clone it: To activate nvm, you need to source it from your bash shell - . ~/nvm/nvm.sh + . ~/.nvm/nvm.sh I always add this line to my `~/.bashrc` or `~/.profile` file to have it automatically sourced upon login. Often I also put in a line to use a specific version of node.