Skip to content

Commit 27ebb09

Browse files
Update installation.rst
adding closing quote to virtualenv alias
1 parent f281f95 commit 27ebb09

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/installation.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ the simplest possible way would look something like::
8181

8282
virtualenv ~/vdirsyncer_env
8383
~/vdirsyncer_env/bin/pip install vdirsyncer
84-
alias vdirsyncer="~/vdirsyncer_env/bin/vdirsyncer
84+
alias vdirsyncer="~/vdirsyncer_env/bin/vdirsyncer"
8585

8686
You'll have to put the last line into your ``.bashrc`` or ``.bash_profile``.
8787

0 commit comments

Comments
 (0)