From 5e39d2e620b9596e9c2c8bcb7b793514272da9a1 Mon Sep 17 00:00:00 2001 From: Casey LP Date: Sat, 5 Aug 2023 23:05:28 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8e51d20..0a3fc79 100644 --- a/README.md +++ b/README.md @@ -71,7 +71,7 @@ CMD [ "screen", "-S", "OpenSim", "-D", "-m", "mono", "./OpenSim.exe" ] With a container running the above Dockerfile, you can access a controllable OpenSimulator administration prompt by running: ``` -docker exec -it screen -r OpenSim +docker exec -it screen -r -d OpenSim ``` You can leave the screen session by pressing `ctrl + a` then `d`.