From e5bd2787ac25c324ba7aaf601763323f5cded1b1 Mon Sep 17 00:00:00 2001 From: Mike Milkman Date: Thu, 21 Apr 2016 21:46:39 +0300 Subject: [PATCH] Add more details on how to auto switch node version for nvm users which also use rvm --- README.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.markdown b/README.markdown index 0b58ded..55c73f0 100644 --- a/README.markdown +++ b/README.markdown @@ -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() {