From 708c0223aca27a864026035d3c52ee7ddc8e7657 Mon Sep 17 00:00:00 2001 From: Olivier Lalonde Date: Thu, 23 May 2013 15:40:21 +0800 Subject: [PATCH] Fixed typo (~/.nvm/ instead of ~/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.