diff --git a/README.md b/README.md index d554d48..6b46db6 100644 --- a/README.md +++ b/README.md @@ -20,3 +20,9 @@ __Example of todo lists__
| __ID__ | __Name__ | __category__ | | -------| ---------| --------------| | 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". \ No newline at end of file