We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4e3b5a2 + 82fe7d8 commit 52e1f70Copy full SHA for 52e1f70
README.md
@@ -14,6 +14,13 @@ write permission to `/usr/local`, you will need to run `sudo
14
./install.sh` instead. You can install to a different prefix by
15
setting the `PREFIX` environment variable.
16
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
24
### Installing Ruby
25
26
To install a Ruby version, run the `ruby-build` command with the path
0 commit comments