From 1b8115ef23559309d8ae0c6e47f0b12afaea1854 Mon Sep 17 00:00:00 2001 From: zanostro Date: Sun, 7 Dec 2025 11:21:13 +0100 Subject: [PATCH] readme changes --- simulator_SIC_XE/README.md | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/simulator_SIC_XE/README.md b/simulator_SIC_XE/README.md index 9842788..aac6331 100644 --- a/simulator_SIC_XE/README.md +++ b/simulator_SIC_XE/README.md @@ -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