From d2644b22f94809127d5c2fc02fbd03b929e7b447 Mon Sep 17 00:00:00 2001 From: Shiva Bhusal Date: Sat, 3 Jun 2017 11:49:33 +0545 Subject: [PATCH] [Docs] Install script - Improve installation guide If installation is prompted to be successful, yet `which nvm` command returns `not found` then you might need to restart your terminal instance. Try opening a new tab/window in your terminal and retry. --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 1232673..fb3f0d6 100644 --- a/README.md +++ b/README.md @@ -61,7 +61,9 @@ Eg: `curl ... | NVM_DIR=/usr/local/nvm bash` for a global install. *NB. The installer can use `git`, `curl`, or `wget` to download `nvm`, whatever is available.* -**Note:** On OS X, if you get `nvm: command not found` after running the install script, your system may not have a [.bash_profile file] where the command is set up. Simply create one with `touch ~/.bash_profile` and run the install script again. +**Note:** On OS X, if you get `nvm: command not found` after running the install script, one of the following might be the reason:- + - your system may not have a [`.bash_profile file`] where the command is set up. Simply create one with `touch ~/.bash_profile` and run the install script again + - you might need to restart your terminal instance. Try opening a new tab/window in your terminal and retry. If the above doesn't fix the problem, open your `.bash_profile` and add the following line of code: