readme changes

This commit is contained in:
zanostro 2025-12-07 11:21:13 +01:00
parent 042bae9089
commit 1b8115ef23

View file

@ -18,11 +18,14 @@ This single command will:
## Build Commands
| Command | Description |
|---------|-------------|
| `make` | Build the project |
| `make run` | Build and run the simulator |
| `make clean` | Clean build artifacts |
| Command | Description |
|--------------|----------------------------------------------------|
| `make` | Build the project |
| `make build` | Build the project |
| `make run` | Build run the simulator |
| `make clean` | Clean build artifacts |
| `make run` | Clean build artifacts, build and run the simulator |
## Project Structure