diff options
author | David Vazgenovich Shakaryan <dvshakaryan@gmail.com> | 2014-06-27 02:07:54 -0700 |
---|---|---|
committer | David Vazgenovich Shakaryan <dvshakaryan@gmail.com> | 2014-06-27 02:07:54 -0700 |
commit | b869f4894b409af42ff2ab8515d85f81ae4cc7eb (patch) | |
tree | 505aaff7bfc4f1a75177b29a9daf604c7a1744f1 | |
parent | 7ebe76a7e0ab34efa976343d2b65139bfa8391d6 (diff) | |
download | rbpm-b869f4894b409af42ff2ab8515d85f81ae4cc7eb.tar.gz rbpm-b869f4894b409af42ff2ab8515d85f81ae4cc7eb.tar.xz |
Minor README fixes.
-rw-r--r-- | README | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -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. |