This commit is contained in:
Il'ya 2018-04-26 02:07:11 +00:00 committed by GitHub
commit c43f280b98
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -175,6 +175,7 @@ For manual upgrade with `git` (requires git v1.7.10+):
```sh
(
cd "$NVM_DIR"
git pull
git fetch origin
git checkout `git describe --abbrev=0 --tags --match "v[0-9]*" $(git rev-list --tags --max-count=1)`
) && \. "$NVM_DIR/nvm.sh"