aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
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.