mirror of
https://github.com/samsonjs/vdirsyncer.git
synced 2026-04-27 14:57:41 +00:00
Installation instructions
This commit is contained in:
parent
7ea383452a
commit
7dfeca7f10
1 changed files with 5 additions and 1 deletions
|
|
@ -31,7 +31,11 @@ informations on problems with ownCloud.
|
||||||
How to use
|
How to use
|
||||||
==========
|
==========
|
||||||
|
|
||||||
Copy ``example.cfg`` to ``~/.vdirsyncer/config`` and edit it. You can use the
|
As all Python packages, vdirsyncer can be installed with ``pip``::
|
||||||
|
|
||||||
|
pip install --user vdirsyncer # use the pip for Python 2
|
||||||
|
|
||||||
|
Then copy ``example.cfg`` to ``~/.vdirsyncer/config`` and edit it. You can use the
|
||||||
`VDIRSYNCER_CONFIG` environment variable to change the path vdirsyncer will
|
`VDIRSYNCER_CONFIG` environment variable to change the path vdirsyncer will
|
||||||
read the config from.
|
read the config from.
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue