mirror of
https://github.com/samsonjs/vdirsyncer.git
synced 2026-03-25 08:55:50 +00:00
Document XDG-Basedir compatibility.
Document that it's possible to place the configuration file in and XDG-Basedir compliant location.
This commit is contained in:
parent
4c7042da56
commit
ff72e34826
2 changed files with 6 additions and 3 deletions
|
|
@ -21,7 +21,9 @@ Installation and usage
|
|||
======================
|
||||
|
||||
If you already have it installed and want to quickly configure it, copy the
|
||||
``example.cfg`` to ``~/.vdirsyncer/config`` and edit it.
|
||||
``example.cfg`` to ``$XDG_CONFIG_HOME/vdirsyncer/config`` (normally
|
||||
``~/.config/vdirsyncer/config``)
|
||||
and edit it.
|
||||
|
||||
If that method doesn't work for you or you want a deeper understanding of what
|
||||
you just did, check out `the tutorial
|
||||
|
|
|
|||
|
|
@ -34,8 +34,9 @@ Configuration
|
|||
planned.
|
||||
|
||||
By default, *vdirsyncer* looks for its configuration file at
|
||||
``~/.vdirsyncer/config``. You can use the ``VDIRSYNCER_CONFIG`` environment
|
||||
variable to change this path.
|
||||
``$XDG_CONFIG_HOME/vdirsyncer/config`` (normally
|
||||
``~/.config/vdirsyncer/config``) and ``~/.vdirsyncer/config``. You can use the
|
||||
``VDIRSYNCER_CONFIG`` environment variable to change this path.
|
||||
|
||||
The config file should start with a :ref:`general section <general_config>`,
|
||||
where the only required parameter is ``status_path``. The following is a
|
||||
|
|
|
|||
Loading…
Reference in a new issue