From 7c8da88df6a7998eb3206bce385fcae6465249ca Mon Sep 17 00:00:00 2001 From: Sam Stephenson Date: Thu, 11 Aug 2011 14:12:01 -0500 Subject: [PATCH] Add a screenshot --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 82fed978..5d4ab0f5 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # Simple Ruby Version Management: rbenv + + rbenv lets you easily switch between multiple versions of Ruby. It's simple, unobtrusive, and follows the UNIX tradition of single-purpose tools that do one thing well. @@ -11,7 +13,7 @@ tools that do one thing well. * Allow you to **override the Ruby version** with an environment variable. -### rbenv _does not…_ +### In contrast with rvm, rbenv _does not…_ * **Need to be loaded into your shell.** Instead, rbenv's shim approach works by adding a directory to your `$PATH`.