From 27ebb0902bba66c2d26f892353bf6f05e849fe81 Mon Sep 17 00:00:00 2001 From: Alec Papierniak Date: Tue, 8 Sep 2020 22:29:31 -0500 Subject: [PATCH] Update installation.rst adding closing quote to virtualenv alias --- docs/installation.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/installation.rst b/docs/installation.rst index 2d33c57..3440787 100644 --- a/docs/installation.rst +++ b/docs/installation.rst @@ -81,7 +81,7 @@ the simplest possible way would look something like:: virtualenv ~/vdirsyncer_env ~/vdirsyncer_env/bin/pip install vdirsyncer - alias vdirsyncer="~/vdirsyncer_env/bin/vdirsyncer + alias vdirsyncer="~/vdirsyncer_env/bin/vdirsyncer" You'll have to put the last line into your ``.bashrc`` or ``.bash_profile``.