Fix command to modify ~/.bash_profile in user's home directory (~/, instead of in-place)

This commit is contained in:
Eric Skogen 2011-09-30 21:54:09 -05:00
parent 7a929b8a84
commit ddd4db1b05

View file

@ -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. 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`. **Zsh note**: Modifiy your `~/.zshrc` file instead of `~/.bash_profile`.