From 1001038da9165bbc1d691b9a30c7fdf488bb0d57 Mon Sep 17 00:00:00 2001 From: fern Date: Sun, 7 Sep 2025 20:23:48 +0800 Subject: [PATCH] Update README.md --- README.md | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 8b4314e..8514581 100644 --- a/README.md +++ b/README.md @@ -6,10 +6,7 @@ 3. Run the docker container (eg. `docker compose run -it --rm exoplasim`). ## Optional Environment Variables - -**UID:** UID of host/guest user. - -**GID:** GID of host/guest user. - -**BUILD_DIR:** Path to build directory. +- **UID:** UID of python user within the container. +- **GID:** GID of python user's group within the container. +- **BUILD_DIR:** Path to build directory.