From 9106cc25a43d3eb8a81284225fb1b9e54432287a Mon Sep 17 00:00:00 2001 From: Philip Ingrey Date: Wed, 27 Apr 2016 11:29:18 +0100 Subject: [PATCH] Switch from pull to fetch in the manual update guide --- README.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.markdown b/README.markdown index 69b970d..4999302 100644 --- a/README.markdown +++ b/README.markdown @@ -73,7 +73,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: - cd "$NVM_DIR" && git pull origin master && git checkout `git describe --abbrev=0 --tags` + cd "$NVM_DIR" && git fetch origin && git checkout `git describe --abbrev=0 --tags` After upgrading, don't forget to activate the new version: