update readme
This commit is contained in:
23
README.md
23
README.md
@@ -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
|
|
||||||
|
|||||||
Reference in New Issue
Block a user