Commit ffd6196b by Eric

Git clone should one 1 liner

parent 5a67dde5
...@@ -15,9 +15,7 @@ need precise control over Ruby version installation. ...@@ -15,9 +15,7 @@ need precise control over Ruby version installation.
Installing ruby-build as an rbenv plugin will give you access to the Installing ruby-build as an rbenv plugin will give you access to the
`rbenv install` command. `rbenv install` command.
$ mkdir -p ~/.rbenv/plugins $ git clone git://github.com/sstephenson/ruby-build.git ~/.rbenv/plugins/ruby-build
$ cd ~/.rbenv/plugins
$ git clone git://github.com/sstephenson/ruby-build.git
This will install the latest development version of ruby-build into This will install the latest development version of ruby-build into
the `~/.rbenv/plugins/ruby-build` directory. From that directory, you the `~/.rbenv/plugins/ruby-build` directory. From that directory, you
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment