summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md2
-rwxr-xr-xcalendar-cli.py3
2 files changed, 4 insertions, 1 deletions
diff --git a/README.md b/README.md
index 9ba5f16..d3fe146 100644
--- a/README.md
+++ b/README.md
@@ -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