From c457e4c429378c128a631c82c17d20caabaa6719 Mon Sep 17 00:00:00 2001 From: antonio-leblanc Date: Thu, 18 Sep 2025 12:54:57 -0300 Subject: [PATCH] image closer to the explanation of where user needs to click #125 --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 50ebc15..77194dc 100644 --- a/README.md +++ b/README.md @@ -44,8 +44,6 @@ The easiest way to get started is often using Docker and the interactive console, via the **`forefire` command-line interpreter** -![ForeFire Web UI showing a simulation example](docs/source/_static/images/gui_real_case_ff.jpg) - 1. Clone the repository ``` bash @@ -90,6 +88,8 @@ The easiest way to get started is often using Docker and the interactive console - **Step 1: Run the simulation script.** In the command input box, type `include[real_case.ff]` and click the **`Send`** button. The simulation will run on the server. - **Step 2: View the result.** After the command finishes, click the **`Refresh Map`** button to load the simulation results onto the map. + ![ForeFire Web UI showing a simulation example](docs/source/_static/images/gui_real_case_ff.jpg) + You should see a simulation running in the Aullène region of Corsica. **This confirms your Docker setup is working!** Check the full documentation for more details on this example ## Build from source