small fix

This commit is contained in:
Nuriel 2016-01-10 21:07:51 +02:00
parent 0aba7f9f89
commit a629ba4670
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@ 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: optional: in case you're getting `nvm: command not found` error, you can activate nvm by sourcing it from your shell:
` ~/.nvm/nvm.sh` `. ~/.nvm/nvm.sh`
### Manual install ### Manual install