From 199ba533403b2a3ad615d0a068a05e59e04e522d Mon Sep 17 00:00:00 2001 From: Jordan Harband Date: Sat, 13 Sep 2014 00:59:09 -0700 Subject: [PATCH] Fixing manual install instructions to use the version tag. Relates to #520 --- README.markdown | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.markdown b/README.markdown index 93c9817..e8d14ab 100644 --- a/README.markdown +++ b/README.markdown @@ -24,9 +24,9 @@ You can customize the install source, directory and profile using the `NVM_SOURC For manual install create a folder somewhere in your filesystem with the `nvm.sh` file inside it. I put mine in a folder called `nvm`. -Or if you have `git` installed, then just clone it: +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 + git clone https://github.com/creationix/nvm.git ~/.nvm && cd ~/.nvm && git checkout v0.16.0 To activate nvm, you need to source it from your shell: