From a954458829c83c03fd3d305dc0378cf56864ab3b Mon Sep 17 00:00:00 2001 From: Christopher Beland Date: Wed, 18 Oct 2017 10:39:11 -0400 Subject: [PATCH] [Docs] Improve git installation instructions --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7a109aa..cc15dba 100644 --- a/README.md +++ b/README.md @@ -127,8 +127,8 @@ If you have `git` installed (requires git v1.7+): 1. clone this repo in the root of your user profile - `cd ~/` from anywhere then `git clone https://github.com/creationix/nvm.git .nvm` -1. check out the latest version with `git checkout v0.33.5` -1. activate nvm by sourcing it from your shell +2. `cd ~/.nvm` and check out the latest version with `git checkout v0.33.5` +3. activate nvm by sourcing it from your shell: `. nvm.sh` Now add these lines to your `~/.bashrc`, `~/.profile`, or `~/.zshrc` file to have it automatically sourced upon login: (you may have to add to more than one of the above files)