This commit is contained in:
Whitney Young 2016-01-30 01:45:59 +00:00
commit dbdbd714a8
1 changed files with 1 additions and 1 deletions

View File

@ -59,7 +59,7 @@ 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: 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` cd "$NVM_DIR" && git pull origin master --tags && git checkout `git describe --abbrev=0 --tags`
## Usage ## Usage