rbenv / rbenv-each

rbenv plugin to Run a command across all installed rubies.
Creative Commons Zero v1.0 Universal
91 stars 18 forks source link

Fix README to use RBENV_ROOT variable. #11

Closed mlanett closed 10 years ago

mislav commented 10 years ago

Actually, the correct way would be to say "$(rbenv root)"/versions

This covers the (most common) case where RBENV_ROOT isn't explicitly set and defaults to ~/.rbenv, but will pick up any custom RBENV_ROOT as well.

mlanett commented 10 years ago

Fixed and rebased.