Document how to reload nvm after upgrading

gmisra 2016-02-09 17:53:26 -08:00
parent 44541b416f
commit 8a20234586
1 changed files with 4 additions and 0 deletions

View File

@ -61,6 +61,10 @@ For manual upgrade with `git`, change to the `$NVM_DIR`, pull down the latest ch
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
You can create an `.nvmrc` file containing version number in the project root directory (or any parent directory).