Skip to content

Commit 45449c4

Browse files
committed
Mention that you must first load chruby, before invoking it (closes #354).
1 parent 67b9249 commit 45449c4

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -196,8 +196,9 @@ your project's Gemfile, try
196196

197197
### Default Ruby
198198

199-
If you wish to set a default Ruby, simply call `chruby` in `~/.bash_profile` or
200-
`~/.zprofile`:
199+
Once you have loaded `chruby.sh` and/or `auto.sh` in your shell configuration,
200+
you can also set a default Ruby. Simply call the `chruby` function in
201+
`~/.bash_profile` or `~/.zprofile`:
201202

202203
chruby ruby-1.9
203204

0 commit comments

Comments
 (0)