From 5940a8802b67851f604f4008a23ffc5709ba0a19 Mon Sep 17 00:00:00 2001 From: Dibash Thapa Date: Sun, 3 Dec 2023 23:08:32 +0545 Subject: [PATCH] Added instructions to run cli and gui mode --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) 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.