diff options
-rw-r--r-- | README.md | 2 | ||||
-rwxr-xr-x | calendar-cli.py | 3 |
2 files changed, 4 insertions, 1 deletions
@@ -24,6 +24,8 @@ Installation calendar-cli depends on quite some python libraries, i.e. pytz, caldav, etc. "sudo ./setup.py install" should take care of all those eventually. +The calendar-cli executable can be executed as it is, or copied to /usr/bin. Make sure to copy the content - as of v0.12, calendar-cli is actually a symlink to calendar_cli.py. This mess will be fixed up in v1.0. + Support ------- diff --git a/calendar-cli.py b/calendar-cli.py index 7294040..e394f19 100755 --- a/calendar-cli.py +++ b/calendar-cli.py @@ -1,7 +1,8 @@ #!/usr/bin/env python """ -calendar-cli.py - high-level cli against caldav servers +https://github.com/tobixen/calendar-cli/ - high-level cli against caldav servers + Copyright (C) 2013-2020 Tobias Brox and other contributors This program is free software: you can redistribute it and/or modify |