mirror of
https://github.com/samsonjs/vdirsyncer.git
synced 2026-03-25 08:55:50 +00:00
Rename example.cfg => config.example
This commit is contained in:
parent
31de43b4a9
commit
1bec5afc2f
4 changed files with 4 additions and 4 deletions
|
|
@ -1,7 +1,7 @@
|
|||
include AUTHORS.rst
|
||||
include CHANGELOG.rst
|
||||
include LICENSE
|
||||
include example.cfg
|
||||
include config.example
|
||||
include build.sh
|
||||
|
||||
recursive-include docs *
|
||||
|
|
|
|||
|
|
@ -26,7 +26,7 @@ Installation and usage
|
|||
======================
|
||||
|
||||
If you already have it installed and want to quickly configure it, copy the
|
||||
``example.cfg`` to ``~/.vdirsyncer/config`` [1]_ and edit it. Then run
|
||||
``config.example`` to ``~/.vdirsyncer/config`` [1]_ and edit it. Then run
|
||||
``vdirsyncer sync``.
|
||||
|
||||
If that method doesn't work for you or you want a deeper understanding of what
|
||||
|
|
|
|||
|
|
@ -26,8 +26,8 @@ Configuration
|
|||
|
||||
.. note::
|
||||
|
||||
- The `example.cfg from the repository
|
||||
<https://github.com/untitaker/vdirsyncer/blob/master/example.cfg>`_
|
||||
- The `config.example from the repository
|
||||
<https://github.com/untitaker/vdirsyncer/blob/master/config.example>`_
|
||||
contains a very terse version of this.
|
||||
|
||||
- In this example we set up contacts synchronization, but calendar sync
|
||||
|
|
|
|||
Loading…
Reference in a new issue