summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias Brox <tobias@redpill-linpro.com>2023-01-09 13:22:16 +0100
committerTobias Brox <tobias@redpill-linpro.com>2023-01-09 13:22:16 +0100
commit63f17b797c520c4ca5df7cf76c6f5d35cf6ea08f (patch)
treee7470fcbc669ebdb7c9b1c33ab17bd20f25417a7
parentc3df978b8438822638704808cfa95de4e0b614cb (diff)
downloadcalendar-cli-63f17b797c520c4ca5df7cf76c6f5d35cf6ea08f.zip
removing some obsoleted information, proper casing of DAV
-rw-r--r--README.md6
1 files changed, 2 insertions, 4 deletions
diff --git a/README.md b/README.md
index 62ddfee..878ed36 100644
--- a/README.md
+++ b/README.md
@@ -1,7 +1,7 @@
calendar-cli
============
-Simple command-line CalDav client, making it possible to add calendar events, browse an agenda and do task management using a caldav server.
+Simple command-line CalDAV client, making it possible to add calendar events, browse an agenda and do task management using a caldav server.
THIS IS THE LEGACY VERSION. I got a bit unhappy with the project (particularly the quite different user interfaces when handling events vs handling tasks), so rather than making version 1.0, I decided to recreate it from scratch. Please visit https://github.com/tobixen/kal for the new version (though be aware that it still has some sharp edges).
@@ -31,9 +31,7 @@ In the examples folder there is a script I was using on a regular basis for task
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.
+`calendar-cli` depends on quite some python libraries, i.e. pytz, caldav, etc. "sudo ./setup.py install" should take care of all those eventually, and will also make an executable under /usr/bin
Support
-------