From 8a20234586646a242af08ea68a727314f36c9f39 Mon Sep 17 00:00:00 2001 From: gmisra Date: Tue, 9 Feb 2016 17:53:26 -0800 Subject: [PATCH] Document how to reload nvm after upgrading --- README.markdown | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.markdown b/README.markdown index daa29b8..d88d884 100644 --- a/README.markdown +++ b/README.markdown @@ -60,6 +60,10 @@ Add these lines to your `~/.bashrc`, `~/.profile`, or `~/.zshrc` file to have it For manual upgrade with `git`, change to the `$NVM_DIR`, pull down the latest changes, and check out the latest version: cd "$NVM_DIR" && git pull origin master && git checkout `git describe --abbrev=0 --tags` + +After upgrading, don't forget to activate the new version: + + . "$NVM_DIR/nvm.sh" ## Usage