Quellcode durchsuchen

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

pull/360/head^2
Eric Skogen vor 13 Jahren
Ursprung
Commit
ddd4db1b05
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. +1
    -1
      README.md

+ 1
- 1
README.md Datei anzeigen

@ -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`.

Laden…
Abbrechen
Speichern