updated readme again
This commit is contained in:
parent
36affba113
commit
0bd1efb7f8
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user