From 0206625a76b2d883312f2f1fa91eff93248eab72 Mon Sep 17 00:00:00 2001 From: bjoernf Date: Sat, 16 Sep 2023 11:46:52 +0200 Subject: [PATCH] checked out readme from fix-location-field-bug --- README.md | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/README.md b/README.md index 41cc6b4..07604bd 100644 --- a/README.md +++ b/README.md @@ -3,9 +3,6 @@ Show upcoming events of an .ics file.\ (primarily for ics files from `Gnome Evolution`) -``` -make run -``` #### installation @@ -42,6 +39,5 @@ sudo make uninstall #### TODO -- fix bug when LOCATION field is present -- cap the number of upcoming events being printed (and introduce --all option) +- add option to print upcoming events only until a certain date - tests