diff options
| author | skal <pascal.massimino@gmail.com> | 2026-02-02 12:44:55 +0100 |
|---|---|---|
| committer | skal <pascal.massimino@gmail.com> | 2026-02-02 12:44:55 +0100 |
| commit | e0a92d8c7b5dea290155dd17784686fc9e95a029 (patch) | |
| tree | 4119a2a45d149d4096d6906c5225f0ba1b23dd65 | |
| parent | 81fe477f786eb7333524fa33af36d28283dd5275 (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.
| -rw-r--r-- | TODO.md | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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** |
