From ddd4db1b0566ca64a9d0ea61597f7571d36894e9 Mon Sep 17 00:00:00 2001 From: Eric Skogen Date: Fri, 30 Sep 2011 21:54:09 -0500 Subject: [PATCH] Fix command to modify ~/.bash_profile in user's home directory (~/, instead of in-place) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8036d64c..8b0f1fe1 100644 --- a/README.md +++ b/README.md @@ -104,7 +104,7 @@ easy to fork and contribute any changes back upstream. 3. Add rbenv init to your shell to enable shims and autocompletion. - $ echo 'eval "$(rbenv init -)"' >> .bash_profile + $ echo 'eval "$(rbenv init -)"' >> ~/.bash_profile **Zsh note**: Modifiy your `~/.zshrc` file instead of `~/.bash_profile`.