-2

I installed rbenv. What is the easiest way to install ruby-build?

I've tried brew, but it displayed few errors.

Oboroten
  • 381
  • 7
  • 10

1 Answers1

0

Clone as rbenv plugin using git

git clone https://github.com/rbenv/ruby-build.git "$(rbenv root)"/plugins/ruby-build

Upgrade with:

git -C "$(rbenv root)"/plugins/ruby-build pull
Oboroten
  • 381
  • 7
  • 10