Skip to content

Commit

Permalink
[readme] Add bash_completion in "manual install" section
Browse files Browse the repository at this point in the history
  • Loading branch information
felipear89 authored and ljharb committed Oct 5, 2021
1 parent a0d5c27 commit 67b7d90
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -251,6 +251,7 @@ 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/bash_completion" ] && \. "$NVM_DIR/bash_completion" # This loads nvm bash_completion
```

### Manual Upgrade
Expand Down

0 comments on commit 67b7d90

Please sign in to comment.