From f28b3ee12364c411eaca2484e5472973e79b90a4 Mon Sep 17 00:00:00 2001 From: Arnav Kumar Date: Thu, 18 Dec 2014 11:41:25 +0800 Subject: [PATCH] Update README.md Made it consistent with the rbenv documentation by having the cloning step in the installation clone it directly into the home directory. --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 2ebec3ca..fdc27fe9 100644 --- a/README.md +++ b/README.md @@ -171,8 +171,7 @@ easy to fork and contribute any changes back upstream. 1. **Check out pyenv where you want it installed.** A good place to choose is `$HOME/.pyenv` (but you can install it somewhere else). - $ cd - $ git clone git://github.com/yyuu/pyenv.git .pyenv + $ git clone git://github.com/yyuu/pyenv.git ~/.pyenv 2. **Define environment variable `PYENV_ROOT`** to point to the path where