aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorDavid Vazgenovich Shakaryan <dvshakaryan@gmail.com>2014-06-27 02:07:54 -0700
committerDavid Vazgenovich Shakaryan <dvshakaryan@gmail.com>2014-06-27 02:07:54 -0700
commitb869f4894b409af42ff2ab8515d85f81ae4cc7eb (patch)
tree505aaff7bfc4f1a75177b29a9daf604c7a1744f1 /README
parent7ebe76a7e0ab34efa976343d2b65139bfa8391d6 (diff)
downloadrbpm-b869f4894b409af42ff2ab8515d85f81ae4cc7eb.tar.gz
rbpm-b869f4894b409af42ff2ab8515d85f81ae4cc7eb.tar.xz
Minor README fixes.
Diffstat (limited to 'README')
-rw-r--r--README8
1 files changed, 4 insertions, 4 deletions
diff --git a/README b/README
index 47c3c0b..d20736b 100644
--- a/README
+++ b/README
@@ -8,7 +8,7 @@ INFO
rbpm only manages rubies located in the ~/.rubies directory. This
behaviour can be changed by setting the RUBIES_PATH environment
- variable to some other path.
+ variable to some other location.
rbpm does not display information about rubies it does not manage,
such as any system-wide install.
@@ -16,8 +16,8 @@ INFO
INSTALLING
- Save the script in a safe location, then add the following to your
- ~/.bashrc or equivalent file:
+ Save the script to a safe location, then add the following function
+ to your ~/.bashrc or equivalent file:
rbpm() { source <(/path/to/rbpm.sh "${@}"); }
@@ -68,7 +68,7 @@ USAGE
$ rbpm clear
Removing /home/omp/.rubies/ruby-1.9.3-p547/bin from PATH.
- To load from a .ruby-version file:
+ To set the version from a .ruby-version file:
$ rbpm set $(cat .ruby-version)
Adding /home/omp/.rubies/ruby-1.8.7-p374/bin to PATH.