From 0aba7f9f895ac86d6271e4f219af74b61ca140ac Mon Sep 17 00:00:00 2001 From: Nuriel Date: Sun, 10 Jan 2016 21:04:01 +0200 Subject: [PATCH] update readme installation reflect the need to optionally source nvm after curl based installation. #704 #748 and http://stackoverflow.com/a/17707224/690866 --- README.markdown | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.markdown b/README.markdown index 00937c0..d02b971 100644 --- a/README.markdown +++ b/README.markdown @@ -38,6 +38,9 @@ Eg: `curl ... | NVM_DIR="path/to/nvm" bash` *NB. The installer can use `git`, `curl`, or `wget` to download `nvm`, whatever is available.* +optional: in case you're getting `nvm: command not found` error, you can activate nvm by sourcing it from your shell: +` ~/.nvm/nvm.sh` + ### Manual install For manual install create a folder somewhere in your filesystem with the `nvm.sh` file inside it. I put mine in `~/.nvm`.