From 3acbe3eb33221a7bdcb0929043bb8a99543ddf91 Mon Sep 17 00:00:00 2001 From: Zvonimir Rudinski Date: Fri, 22 Dec 2023 04:17:47 +0100 Subject: [PATCH] update readme --- README.md | 23 +++++++++-------------- 1 file changed, 9 insertions(+), 14 deletions(-) diff --git a/README.md b/README.md index 428f875..db24b0d 100644 --- a/README.md +++ b/README.md @@ -1,15 +1,10 @@ # Todd -Todd is a To-Do app written in C. - -To compile Todd you only need a C compiler. - -Just run: `./build.sh` and run `./todd` after that. - -# Ideas - -- [x] Save todos to disk -- [x] Smarter way to organize todos (instead of global array) -- [ ] Add a TUI - -# Attributions -- STB: https://github.com/nothings/stb +`todd` is a to-do app written in C. +## Requirements +- GCC +- GNU Make +## Building +To build `todd` all you need to do is run `make`. +## 3rd Party +Todd uses the following dependencies: +- stb_ds - https://github.com/nothings/stb