updated readme again

This commit is contained in:
bjoernf 2023-08-15 17:10:26 +02:00
parent 36affba113
commit 0bd1efb7f8

View File

@ -1,7 +1,15 @@
Show upcoming events of an .ics file. Show upcoming events of an .ics file.
Set the path to your .ics file in `src/main.c`:
```
const char ICS_PATH[] = "tests/calendar.ics";
```
``` ```
make run make run
``` ```
#### TODO: improve Makefile #### TODO: improve Makefile