This commit is contained in:
Nuriel 2016-01-10 19:10:57 +00:00
commit 0bd059ec87
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>
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`.