Update README.md

This commit is contained in:
Casey LP
2023-08-05 23:05:28 +01:00
committed by GitHub
parent 67d8acea58
commit 5e39d2e620
+1 -1
View File
@@ -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 <container name> screen -r OpenSim
docker exec -it <container name> screen -r -d OpenSim
```
You can leave the screen session by pressing `ctrl + a` then `d`.