commit a8a12077cdb17086a20196f0c6fee29e435b9e72 parent cd3ab7cb9ca689b003e9ca84d1f254f41c13f758 Author: citbl <citbl@citbl.org> Date: Wed, 8 Oct 2025 23:24:11 +1000 readme Diffstat:
| D | README | | | 15 | --------------- |
| A | README.md | | | 26 | ++++++++++++++++++++++++++ |
| A | screenshot.png | | | 0 |
3 files changed, 26 insertions(+), 15 deletions(-)
diff --git a/README b/README @@ -1,15 +0,0 @@ -readr ------ - -Minimal RSS reader (WIP) - -requirements - libcurl - libmrss - -uses - termbox2.h - --std=c99 - -WIP diff --git a/README.md b/README.md @@ -0,0 +1,26 @@ +## readr + +Minimal RSS reader (WIP) + +requirements + libcurl + libmrss + +uses + termbox2.h + +-std=c99 + +### SCREENSHOT + + + +WIP + +### SEE + +TODO + +### LICENSE + +Apache-2.0 diff --git a/screenshot.png b/screenshot.png Binary files differ.