From 183c780698f22e573b9a0be2977b2b527e93c17c Mon Sep 17 00:00:00 2001 From: Eric Date: Tue, 28 Aug 2012 12:37:15 -0600 Subject: [PATCH] Installation Step 1 is a one liner Not a big change, just thought it's always good to make it easier for a beginner --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 923f1415..e40ad271 100644 --- a/README.md +++ b/README.md @@ -92,8 +92,7 @@ easy to fork and contribute any changes back upstream. 1. Check out rbenv into `~/.rbenv`. - $ cd - $ git clone git://github.com/sstephenson/rbenv.git .rbenv + $ git clone git://github.com/sstephenson/rbenv.git ~/.rbenv 2. Add `~/.rbenv/bin` to your `$PATH` for access to the `rbenv` command-line utility.