updated readme again

This commit is contained in:
bjoernf 2023-08-15 17:10:26 +02:00
parent 36affba113
commit 0bd1efb7f8
1 changed files with 8 additions and 0 deletions

View File

@ -1,7 +1,15 @@
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
```
#### TODO: improve Makefile