From c65e8b266ba854353155075ee9400237f70addf6 Mon Sep 17 00:00:00 2001 From: Yamashita Yuu Date: Wed, 20 Feb 2013 18:43:07 +0900 Subject: [PATCH] update README --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 83e4b55..9d393aa 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# pyenv-virtualenv +# pyenv-virtualenv (a.k.a. [python-virtualenv](https://github.com/yyuu/python-virtualenv)) pyenv-virtualenv is a [pyenv](https://github.com/yyuu/pyenv) plugin that provides an `pyenv virtualenv` command to create virtualenv for Python @@ -14,10 +14,10 @@ Installing pyenv-virtualenv as a pyenv plugin will give you access to the $ mkdir -p ~/.pyenv/plugins $ cd ~/.pyenv/plugins - $ git clone git://github.com/yyuu/python-virtualenv.git + $ git clone git://github.com/yyuu/pyenv-virtualenv.git This will install the latest development version of pyenv-virtualenv into -the `~/.pyenv/plugins/python-virtualenv` directory. From that directory, you +the `~/.pyenv/plugins/pyenv-virtualenv` directory. From that directory, you can check out a specific release tag. To update pyenv-virtualenv, run `git pull` to download the latest changes.