Update README.md

This commit is contained in:
2025-04-17 01:42:52 +00:00
parent 576f883077
commit d96017383e

View File

@@ -20,3 +20,9 @@ __Example of todo lists__ <br>
| __ID__ | __Name__ | __category__ | | __ID__ | __Name__ | __category__ |
| -------| ---------| --------------| | -------| ---------| --------------|
| 5 | Finish Todo App | side-project | | 5 | Finish Todo App | side-project |
# How to build
You can build this using cargo.
`cargo build`
The build will appear inside "target/debug/todo".