diff --git a/README.md b/README.md index 14aca1e..e58922a 100644 --- a/README.md +++ b/README.md @@ -15,6 +15,20 @@ Install with cargo cargo build ``` +## How to Run + +### CLI + +```bash +cargo run --bin cli +``` + +### GUI + +```bash +cargo run --bin app +``` + ## Lessons Learned I shouldn't have skipped my digital logic classes.