From f6fef75f36de480efaf95933db1f0527eb338b20 Mon Sep 17 00:00:00 2001 From: Jordan Harband Date: Sat, 13 Sep 2014 11:37:19 -0700 Subject: [PATCH] Use git in manual install instructions to determine the latest release tag, rather than hardcoding it. Per https://github.com/creationix/nvm/commit/199ba533403b2a3ad615d0a068a05e59e04e522d --- README.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.markdown b/README.markdown index e8d14ab..d01fc3b 100644 --- a/README.markdown +++ b/README.markdown @@ -26,7 +26,7 @@ For manual install create a folder somewhere in your filesystem with the `nvm.sh Or if you have `git` installed, then just clone it, and check out the latest version: - git clone https://github.com/creationix/nvm.git ~/.nvm && cd ~/.nvm && git checkout v0.16.0 + git clone https://github.com/creationix/nvm.git ~/.nvm && cd ~/.nvm && git checkout `git describe --abbrev=0 --tags` To activate nvm, you need to source it from your shell: