From 8d7ecc058a069a18deb9f766413b1212d2b2fd34 Mon Sep 17 00:00:00 2001 From: bjoernf Date: Tue, 22 Aug 2023 00:18:00 +0200 Subject: [PATCH] updated readme --- README.md | 8 -------- 1 file changed, 8 deletions(-) diff --git a/README.md b/README.md index 122d13c..a70c0a2 100644 --- a/README.md +++ b/README.md @@ -1,13 +1,5 @@ Show upcoming events of an .ics file. -At the moment the standard path to the ics file used by the email client `evolution` is used.\ -You can set the path to your .ics file in `src/main.c`: -``` -const char ICS_PATH[] = "tests/calendar.ics"; -``` -(uncomment some lines after that) - - ``` make run ```