aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
Diffstat (limited to 'README')
-rw-r--r--README9
1 files changed, 5 insertions, 4 deletions
diff --git a/README b/README
index f3b1253..339a889 100644
--- a/README
+++ b/README
@@ -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