diff options
author | Nitroretro <nitroretro@protonmail.com> | 2019-12-17 17:24:48 +0200 |
---|---|---|
committer | Lukas Fleischer <lfleischer@calcurse.org> | 2019-12-23 13:16:39 -0500 |
commit | 19d2d9229e62ea5e993b462f0cdedd868ec6c2d9 (patch) | |
tree | 8e17be1def6c0013831f17f261f031d08887f374 /contrib/vdir | |
parent | 04162de6ddcdbc5c1b2410f4f5f7dbae72cc62d9 (diff) | |
download | calcurse-19d2d9229e62ea5e993b462f0cdedd868ec6c2d9.tar.gz calcurse-19d2d9229e62ea5e993b462f0cdedd868ec6c2d9.zip |
Change documentation to reflect the new file structure
Signed-off-by: Lukas Fleischer <lfleischer@calcurse.org>
Diffstat (limited to 'contrib/vdir')
-rw-r--r-- | contrib/vdir/README.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/contrib/vdir/README.md b/contrib/vdir/README.md index b040d04..676b94c 100644 --- a/contrib/vdir/README.md +++ b/contrib/vdir/README.md @@ -39,7 +39,8 @@ destination, potentially deleting events in the destination that are no longer present in the origin. You can optionally specify an alternative directory for local calcurse data -using the `-D` flag if it differs from the default `~/.calcurse`. +using the `-D` flag if it differs from the default `$XDG_DATA_HOME/calcurse` +(`~/.local/share/calcurse`) or `~/.calcurse`. Integration with vdirsyncer --------------------------- |