From 963a97bdb8cce99f94922aff73d00c690685a3a4 Mon Sep 17 00:00:00 2001 From: Whitney Young Date: Fri, 29 Jan 2016 17:45:25 -0800 Subject: [PATCH] Specify tags option on git upgrade --- README.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.markdown b/README.markdown index daa29b8..20e1d0c 100644 --- a/README.markdown +++ b/README.markdown @@ -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: - 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