update readme

This commit is contained in:
Zvonimir Rudinski
2023-12-22 04:17:47 +01:00
parent 5fbf6bed11
commit 0efd48dd6f

View File

@@ -1,15 +1,10 @@
# Todd # Todd
Todd is a To-Do app written in C. `todd` is a to-do app written in C.
## Requirements
To compile Todd you only need a C compiler. - GCC
- GNU Make
Just run: `./build.sh` and run `./todd` after that. ## Building
To build `todd` all you need to do is run `make`.
# Ideas ## 3rd Party
Todd uses the following dependencies:
- [x] Save todos to disk - stb_ds - https://github.com/nothings/stb
- [x] Smarter way to organize todos (instead of global array)
- [ ] Add a TUI
# Attributions
- STB: https://github.com/nothings/stb