From c8d95ed86be400673f94d98082e10795a90d6b69 Mon Sep 17 00:00:00 2001 From: fern Date: Sun, 7 Sep 2025 16:39:32 +0800 Subject: [PATCH] Update README.md --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 5e306db..5d5acbb 100644 --- a/README.md +++ b/README.md @@ -2,15 +2,15 @@ ## Environment Variables -UID: UID of host/guest user. +**UID:** UID of host/guest user. -GID: GID of host/guest user. +**GID:** GID of host/guest user. -MODEL: Path to model (required). +**MODEL:** Path to model (required). ## Instructions 1. Create an ExoPlaSim model 2. Save it as model.py -3. Set the MODEL environment variable to the directory containing your model.py +3. Set the `$MODEL` environment variable to the directory containing your model.py 4. Run the docker container with `docker compose run -it --rm exoplasim`