From d143b5f49103599a6c85aae247cb48bc775ad291 Mon Sep 17 00:00:00 2001 From: Tim Caswell Date: Tue, 8 Jun 2010 07:39:57 -0700 Subject: [PATCH] Update the readme since $NVM_DIR's default doesn't seem to be working. --- README.markdown | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.markdown b/README.markdown index 26500b9..f0922e9 100644 --- a/README.markdown +++ b/README.markdown @@ -12,7 +12,8 @@ Or if you have `git` installed, then just clone it: Then add two lines to your bash profile: - . $HOME/.nvm/nvm.sh + export $NVM_DIR=$HOME/.nvm + . $NVM_DIR/nvm.sh nvm use The first line loads the `nvm` function into your bash shell so that it's available as a command. The second line sets your default node version to the latest released version.