From 70b8c59722a6941059755b5630a01da0c3faff0c Mon Sep 17 00:00:00 2001 From: Cezar Augusto Date: Mon, 4 Jul 2016 02:28:05 -0300 Subject: [PATCH] Add info about 'nvm: command not found'. Ref #576 --- README.markdown | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.markdown b/README.markdown index 2b525e3..1377dfa 100644 --- a/README.markdown +++ b/README.markdown @@ -53,6 +53,13 @@ Eg: `curl ... | NVM_DIR=/usr/local/nvm bash` for a global install. 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. +If the above doesn't fix the problem, open your `.bash_profile` and add the following line of code: + +`source ~/.bashrc` + +- For more information about this issue and possible workarounds, please [refer here](https://github.com/creationix/nvm/issues/576) + + ### Verify installation To verify that nvm has been installed, do: