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:
parent
1ba8a96ec9
commit
0aba7f9f89
|
|
@ -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`.
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue