4 lines
158 B
Plaintext
Executable File
4 lines
158 B
Plaintext
Executable File
git clone https://github.com/rbenv/rbenv.git ~/.rbenv
|
|
mkdir -p ~/.rbenv/plugins
|
|
git clone https://github.com/rbenv/ruby-build.git ~/.rbenv/plugins/ruby-build
|