mirror of
https://github.com/samsonjs/vdirsyncer.git
synced 2026-04-27 14:57:41 +00:00
docs: update config info on todoman tutorial
This commit is contained in:
parent
5ae05245e6
commit
a513a7e4fa
1 changed files with 2 additions and 3 deletions
|
|
@ -48,10 +48,9 @@ instance to subfolders of ``~/.calendar/``.
|
||||||
Setting up todoman
|
Setting up todoman
|
||||||
==================
|
==================
|
||||||
|
|
||||||
Write this to ``~/.config/todoman/todoman.conf``::
|
Write this to ``~/.config/todoman/config.py``::
|
||||||
|
|
||||||
[main]
|
path = "~/.calendars/*"
|
||||||
path = ~/.calendars/*
|
|
||||||
|
|
||||||
The glob_ pattern in ``path`` will match all subfolders in ``~/.calendars/``,
|
The glob_ pattern in ``path`` will match all subfolders in ``~/.calendars/``,
|
||||||
which is exactly the tasklists we want. Now you can use ``todoman`` as
|
which is exactly the tasklists we want. Now you can use ``todoman`` as
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue