We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 365225f commit 82fe7d8Copy full SHA for 82fe7d8
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