From 919fc872c8d92b1ff8b4c1fcbe504ce7853ca28a Mon Sep 17 00:00:00 2001 From: Javier Julio Date: Sat, 17 Sep 2011 17:38:09 -0400 Subject: [PATCH 1/2] Using simpler rbenv-install command in ruby-build section --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 10942cfa..4967aec5 100644 --- a/README.md +++ b/README.md @@ -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 From c6c6ebaf40f4b2c439a5417a16d3f1f805e07711 Mon Sep 17 00:00:00 2001 From: Javier Julio Date: Tue, 20 Sep 2011 10:59:27 -0400 Subject: [PATCH 2/2] Updating command sample to "rbenv install", no dash --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4967aec5..4e57fd06 100644 --- a/README.md +++ b/README.md @@ -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: - $ rbenv-install 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