Skip to content

Commit 52e1f70

Browse files
committed
Merge pull request rbenv#126 from dcarley/rbenv_plugin_install
Add install instructions as just rbenv plugin.
2 parents 4e3b5a2 + 82fe7d8 commit 52e1f70

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,13 @@ write permission to `/usr/local`, you will need to run `sudo
1414
./install.sh` instead. You can install to a different prefix by
1515
setting the `PREFIX` environment variable.
1616

17+
If you only intend to use ruby-build via rbenv then you can
18+
install it locally as a plugin:
19+
20+
$ mkdir -p ~/.rbenv/plugins
21+
$ cd ~/.rbenv/plugins
22+
$ git clone git://github.com/sstephenson/ruby-build.git
23+
1724
### Installing Ruby
1825

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

0 commit comments

Comments
 (0)