diff options
Diffstat (limited to 'README')
-rw-r--r-- | README | 9 |
1 files changed, 5 insertions, 4 deletions
@@ -1,18 +1,19 @@ rbpm (ruby path mangler) -https://github.com/omp/rbpm +https://git.potato.am/rbpm.git/ Manage multiple Ruby installations with no black magic. NOTES rbpm only manages rubies located in the ~/.rubies directory. This - behaviour can be changed by setting the RUBIES_PATH environment + directory can be changed by setting the RUBIES_PATH environment variable to some other location. rbpm does not display information about rubies it does not manage, such as any system-wide install. - rbpm performs a substring match when selecting a ruby, using the - highest matching directory when there are multiple matches. + rbpm performs a substring match when selecting a ruby. If there are + multiple matches, it gives precedence to matches at the start of the + version. If there are still multiple, the greatest of those is used. DEPENDENCIES |