From e76221fd1516bed5a5ffffb6c91de7f4e3ca8aec Mon Sep 17 00:00:00 2001 From: Adam Patridge Date: Thu, 3 Mar 2016 14:01:23 -0700 Subject: [PATCH] Added note about OSX's missing .bash_profile file. --- README.markdown | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.markdown b/README.markdown index e29d44f..a160f56 100644 --- a/README.markdown +++ b/README.markdown @@ -38,6 +38,8 @@ Eg: `curl ... | NVM_DIR="path/to/nvm" bash` *NB. The installer can use `git`, `curl`, or `wget` to download `nvm`, whatever is available.* +Note: On OSX, 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. Simple create one with `touch ~/.bash_profile` and run the install script again. + ### Manual install For manual install create a folder somewhere in your filesystem with the `nvm.sh` file inside it. I put mine in `~/.nvm`.