Skip to content
This repository has been archived by the owner on May 29, 2020. It is now read-only.

Commit

Permalink
Merge pull request rbenv#91 from javierjulio/docs-rbenv-install-comma…
Browse files Browse the repository at this point in the history
…nd-for-ruby-build

Using simpler rbenv-install command in ruby-build section
  • Loading branch information
josh committed Sep 20, 2011
2 parents 305db1c + c6c6eba commit 5cf6615
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -109,7 +109,7 @@ install Ruby 1.9.2-p290, download and unpack the source, then run:
The [ruby-build](https://github.com/sstephenson/ruby-build)
project simplifies this process to a single command:

$ ruby-build 1.9.2-p290 $HOME/.rbenv/versions/1.9.2-p290
$ rbenv install 1.9.2-p290

6. Rebuild the shim binaries. You should do this any time you install
a new Ruby binary (for example, when installing a new Ruby version, or
Expand Down

0 comments on commit 5cf6615

Please sign in to comment.