Add more details on how to auto switch node version for nvm users which also use rvm

This commit is contained in:
Mike Milkman 2016-04-21 21:46:39 +03:00
parent ac7e0a8dee
commit e5bd2787ac

View File

@ -211,7 +211,7 @@ cd .
Note for [`rvm`](https://github.com/rvm/rvm) users: rvm overrides builtin `cd` function so code should be a bit
different to make `rvm` and `nvm` work both without conflicts and you should place it after `rvm` sourcing its scripts.
For example, on Ubuntu it should be placed into `$HOME/.bash_profile`:
For example, on Ubuntu it should be placed at the very bottom of `$HOME/.bash_profile`:
```bash
cd() {