From e52f2dbd28e7bf264939d0e75024affacb445b27 Mon Sep 17 00:00:00 2001 From: Cameron Wood Date: Mon, 3 Sep 2018 20:41:51 +0200 Subject: [PATCH] Update install snippet to use pyenv root --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0edc735..9486803 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ This plugin was inspired from [rbenv-update](https://github.com/rkh/rbenv-update Installing pyenv-update as a pyenv plugin will give you access to the `pyenv update` command. - $ git clone git://github.com/pyenv/pyenv-update.git ~/.pyenv/plugins/pyenv-update + $ git clone git://github.com/pyenv/pyenv-update.git $(pyenv root)/plugins/pyenv-update ## Usage