From 226aae8b67d212973319fb28b1a2a617043e57fb Mon Sep 17 00:00:00 2001 From: Il'ya <2738607+GitLaboratory@users.noreply.github.com> Date: Thu, 26 Apr 2018 09:06:58 +0700 Subject: [PATCH] Correction with the update. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 330d164..abf3c68 100644 --- a/README.md +++ b/README.md @@ -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"