update readme installation

reflect the need to optionally source nvm after curl based installation.
#704 #748 and http://stackoverflow.com/a/17707224/690866
This commit is contained in:
Nuriel 2016-01-10 21:04:01 +02:00
parent 1ba8a96ec9
commit 0aba7f9f89
1 changed files with 3 additions and 0 deletions

View File

@ -38,6 +38,9 @@ Eg: `curl ... | NVM_DIR="path/to/nvm" bash`
<sub>*NB. The installer can use `git`, `curl`, or `wget` to download `nvm`, whatever is available.*</sub> <sub>*NB. The installer can use `git`, `curl`, or `wget` to download `nvm`, whatever is available.*</sub>
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 ### Manual install
For manual install create a folder somewhere in your filesystem with the `nvm.sh` file inside it. I put mine in `~/.nvm`. For manual install create a folder somewhere in your filesystem with the `nvm.sh` file inside it. I put mine in `~/.nvm`.