summaryrefslogtreecommitdiff
path: root/TODO.md
diff options
context:
space:
mode:
authorskal <pascal.massimino@gmail.com>2026-02-02 12:44:55 +0100
committerskal <pascal.massimino@gmail.com>2026-02-02 12:44:55 +0100
commite0a92d8c7b5dea290155dd17784686fc9e95a029 (patch)
tree4119a2a45d149d4096d6906c5225f0ba1b23dd65 /TODO.md
parent81fe477f786eb7333524fa33af36d28283dd5275 (diff)
docs(todo): Add README quick start task
- Incorporated the new task to add a 'Quick Start' section to README.md into the 'Next Up' section of TODO.md as Task #19.
Diffstat (limited to 'TODO.md')
-rw-r--r--TODO.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/TODO.md b/TODO.md
index 41d3982..ce9668e 100644
--- a/TODO.md
+++ b/TODO.md
@@ -8,6 +8,10 @@ This file tracks the next set of immediate, actionable tasks for the project.
- [ ] Define and document a consistent set of rules for code stripping under the `STRIP_ALL` macro.
- [ ] Example sub-tasks: remove unused functions, strip debug fields from structs, simplify code paths where possible.
+- **Task #19: Update README.md with Quick Start**
+ - [ ] Add a top-level "Quick Start" section to `README.md` with brief build and run instructions for `demo64k`.
+
+
## Future Goals
- **Task #5: Implement Spectrogram Editor**