mirror of
https://github.com/samsonjs/vdirsyncer.git
synced 2026-04-27 14:57:41 +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 AUTHORS.rst
|
||||||
include CHANGELOG.rst
|
include CHANGELOG.rst
|
||||||
include LICENSE
|
include LICENSE
|
||||||
include example.cfg
|
include config.example
|
||||||
include build.sh
|
include build.sh
|
||||||
|
|
||||||
recursive-include docs *
|
recursive-include docs *
|
||||||
|
|
|
||||||
|
|
@ -26,7 +26,7 @@ Installation and usage
|
||||||
======================
|
======================
|
||||||
|
|
||||||
If you already have it installed and want to quickly configure it, copy the
|
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``.
|
``vdirsyncer sync``.
|
||||||
|
|
||||||
If that method doesn't work for you or you want a deeper understanding of what
|
If that method doesn't work for you or you want a deeper understanding of what
|
||||||
|
|
|
||||||
|
|
@ -26,8 +26,8 @@ Configuration
|
||||||
|
|
||||||
.. note::
|
.. note::
|
||||||
|
|
||||||
- The `example.cfg from the repository
|
- The `config.example from the repository
|
||||||
<https://github.com/untitaker/vdirsyncer/blob/master/example.cfg>`_
|
<https://github.com/untitaker/vdirsyncer/blob/master/config.example>`_
|
||||||
contains a very terse version of this.
|
contains a very terse version of this.
|
||||||
|
|
||||||
- In this example we set up contacts synchronization, but calendar sync
|
- In this example we set up contacts synchronization, but calendar sync
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue