From 7f90a0523ce13b8d9e0404c3758a4ee339b52009 Mon Sep 17 00:00:00 2001 From: fern Date: Sun, 7 Sep 2025 20:26:13 +0800 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 8514581..d6d777a 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,8 @@ 2. Replace the example model in the `build` directory with your own model (keeping the filename `model.py`). 3. Run the docker container (eg. `docker compose run -it --rm exoplasim`). +Output of the simulation will be found inside the `build` directory. + ## Optional Environment Variables - **UID:** UID of python user within the container. - **GID:** GID of python user's group within the container.