summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias Brox <tobias@redpill-linpro.com>2020-06-08 11:13:39 +0200
committerTobias Brox <tobias@redpill-linpro.com>2020-06-08 11:13:39 +0200
commit97a492bf80724daf6deb613850312032c8158d2a (patch)
treead5b654c896e49e477023914b3a48fcf331805ba
parent97223fd1e4341fba483a76a562dc343065ebecfb (diff)
downloadcalendar-cli-97a492bf80724daf6deb613850312032c8158d2a.zip
it may be important with a backlink to the official project home.
-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