From f9779156a8fe448e8a78869d9e4ecf4b886234c8 Mon Sep 17 00:00:00 2001 From: Ivan Pozdeev Date: Sun, 16 Apr 2023 23:14:08 +0300 Subject: [PATCH] Format the fish line separately --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) 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.