Skip to content

Commit

Permalink
Added instructions to run cli and gui mode
Browse files Browse the repository at this point in the history
  • Loading branch information
dibashthapa committed Dec 3, 2023
1 parent a11bb85 commit 5940a88
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,20 @@ Install with cargo
cargo build
```

## How to Run

### CLI

```bash
cargo run --bin cli <filename>
```

### GUI

```bash
cargo run --bin app
```

## Lessons Learned

I shouldn't have skipped my digital logic classes.
Expand Down

0 comments on commit 5940a88

Please sign in to comment.