aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorDavid Vazgenovich Shakaryan <dvshakaryan@gmail.com>2022-04-10 08:53:55 -0700
committerDavid Vazgenovich Shakaryan <dvshakaryan@gmail.com>2022-04-10 08:53:55 -0700
commit91ccccb4204457349fff4c55c3bb0d9c85a5e342 (patch)
tree021df0df33cf5d97ec431a0e9df71bbf4b5aa212 /README
parent2a62aae18916c034add5187f636ed8e439b5ec78 (diff)
downloadrbpm-91ccccb4204457349fff4c55c3bb0d9c85a5e342.tar.gz
rbpm-91ccccb4204457349fff4c55c3bb0d9c85a5e342.tar.xz
prefer match at start of version
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