From e7e0bcbb45a11aeda815a0b31f9a341420106676 Mon Sep 17 00:00:00 2001 From: "Yamashita, Yuu" Date: Sun, 29 Mar 2015 00:19:20 +0900 Subject: [PATCH] Updated Home (markdown) --- Home.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Home.md b/Home.md index 024014e..77ef672 100644 --- a/Home.md +++ b/Home.md @@ -43,7 +43,8 @@ such behavior is unpredictable and therefore harmful. Please search [existing issues][issues] and open a new one if you can't find any answers. Here's a script that dumps information about your current environment; you can use [Gist][] to paste it online and share the URL to it in your bug report: ```sh -curl -s https://gist.github.com/mislav/4728286/raw/pyenv-doctor.sh | bash -x 2>&1 +git clone https://github.com/yyuu/pyenv-doctor.git "$(pyenv root)/plugins/pyenv-doctor" +pyenv doctor ``` ### Which shell startup file do I put pyenv config in?