Browse Source

[Docs] updated to reflect current script output

GeekBlogTV 8 years ago committed by Jordan Harband
parent
commit
b3bdbb2712
No known key found for this signature in database
GPG Key ID: 64A196AEE0916D55
  1. 3
      README.md

3
README.md

@ -135,7 +135,8 @@ Now add these lines to your `~/.bashrc`, `~/.profile`, or `~/.zshrc` file to hav @@ -135,7 +135,8 @@ Now add these lines to your `~/.bashrc`, `~/.profile`, or `~/.zshrc` file to hav
```sh
export NVM_DIR="$HOME/.nvm"
[ -s "$NVM_DIR/nvm.sh" ] && . "$NVM_DIR/nvm.sh" # This loads nvm
[ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh" # This loads nvm
[ -s "$NVM_DIR/bash_completion" ] && \. "$NVM_DIR/bash_completion" # This loads nvm bash_completion
```
### Manual Install

Loading…
Cancel
Save