Skip to content

Commit

Permalink
Merge pull request rbenv#206 from baer/patch-2
Browse files Browse the repository at this point in the history
Git clone should one 1 liner
  • Loading branch information
sferik committed Oct 22, 2012
2 parents 6c60f67 + ffd6196 commit 13b6aa1
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions README.md
Expand Up @@ -15,9 +15,7 @@ need precise control over Ruby version installation.
Installing ruby-build as an rbenv plugin will give you access to the
`rbenv install` command.

$ mkdir -p ~/.rbenv/plugins
$ cd ~/.rbenv/plugins
$ git clone git://github.com/sstephenson/ruby-build.git
$ git clone git://github.com/sstephenson/ruby-build.git ~/.rbenv/plugins/ruby-build

This will install the latest development version of ruby-build into
the `~/.rbenv/plugins/ruby-build` directory. From that directory, you
Expand Down

0 comments on commit 13b6aa1

Please sign in to comment.