diff options
author | David Vazgenovich Shakaryan <dvshakaryan@gmail.com> | 2014-07-06 21:47:50 -0700 |
---|---|---|
committer | David Vazgenovich Shakaryan <dvshakaryan@gmail.com> | 2014-07-06 21:47:50 -0700 |
commit | 2a62aae18916c034add5187f636ed8e439b5ec78 (patch) | |
tree | ad78189da77f8f0c6cb450e9a406d1888fd354a8 /README | |
parent | 1930d2e3c5a597a37594af623e4d4dfe8e402969 (diff) | |
download | rbpm-2a62aae18916c034add5187f636ed8e439b5ec78.tar.gz rbpm-2a62aae18916c034add5187f636ed8e439b5ec78.tar.xz |
Change line length of README.
Diffstat (limited to 'README')
-rw-r--r-- | README | 18 |
1 files changed, 9 insertions, 9 deletions
@@ -6,13 +6,13 @@ 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 variable to some other - location. rbpm does not display information about rubies it does not manage, - such as any system-wide install. + rbpm only manages rubies located in the ~/.rubies directory. This + behaviour 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, using the + highest matching directory when there are multiple matches. DEPENDENCIES @@ -24,8 +24,8 @@ DEPENDENCIES INSTALLING - Save the script to a safe location, then add the following function 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 "${@}"); } @@ -93,4 +93,4 @@ LICENSE See included COPYING file for the full license text. -# vim: set sw=4 sts=4 ts=4 et tw=79 spell spl=en : +# vim: set sw=2 sts=2 ts=2 et tw=72 spell spl=en : |