Skip to content

Commit

Permalink
Merge pull request rbenv#126 from dcarley/rbenv_plugin_install
Browse files Browse the repository at this point in the history
Add install instructions as just rbenv plugin.
  • Loading branch information
sstephenson committed Feb 16, 2012
2 parents 4e3b5a2 + 82fe7d8 commit 52e1f70
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Expand Up @@ -14,6 +14,13 @@ write permission to `/usr/local`, you will need to run `sudo
./install.sh` instead. You can install to a different prefix by
setting the `PREFIX` environment variable.

If you only intend to use ruby-build via rbenv then you can
install it locally as a plugin:

$ mkdir -p ~/.rbenv/plugins
$ cd ~/.rbenv/plugins
$ git clone git://github.com/sstephenson/ruby-build.git

### Installing Ruby

To install a Ruby version, run the `ruby-build` command with the path
Expand Down

0 comments on commit 52e1f70

Please sign in to comment.