Update README.md

This commit is contained in:
Casey LP
2023-02-01 17:30:39 +00:00
committed by GitHub
parent ab7aacca40
commit 5bf86e02b3
+1 -1
View File
@@ -62,7 +62,7 @@ Until a better solution is made, you can get crafty with `screen` to get access
You can achieve this with a **Dockerfile** like so:
```dockerfile
FROM soupbowl/opensimulator:edge
FROM soupbowl/opensimulator:latest
CMD [ "screen", "-S", "OpenSim", "-D", "-m", "mono", "./OpenSim.exe" ]
```