diff --git a/README.md b/README.md index 3f973b9..d0b050d 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,12 @@ From inside that directory you can: ```sh $ git clone https://github.com/pyenv/pyenv-virtualenv.git $(pyenv root)/plugins/pyenv-virtualenv - $ git clone https://github.com/pyenv/pyenv-virtualenv.git (pyenv root)/plugins/pyenv-virtualenv (fish) + ``` + + For the Fish shell: + + ```sh + $ git clone https://github.com/pyenv/pyenv-virtualenv.git (pyenv root)/plugins/pyenv-virtualenv ``` 2. (OPTIONAL) **Add `pyenv virtualenv-init` to your shell** to enable auto-activation of virtualenvs. This is entirely optional but pretty useful. See "Activate virtualenv" below.