Skip to content

Commit aeb46ab

Browse files
author
Hugo Barrera
authored
Merge pull request #845 from AlecPapierniak/master
Update installation.rst - add closing quote to virtualenv alias
2 parents f281f95 + 27ebb09 commit aeb46ab

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)