From 0155b8808df565f8e544c5979e709f209c1f7fc4 Mon Sep 17 00:00:00 2001 From: Casey LP Date: Sat, 28 Jan 2023 14:28:16 +0000 Subject: [PATCH] Update README.md --- README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 447d773..5d72fe3 100644 --- a/README.md +++ b/README.md @@ -2,4 +2,12 @@ Work in progress to contain the OpenSimulator server software in a Docker container. -Not ready for general use. \ No newline at end of file +**Not ready for general use.** + +## Usage + +**This is still experimental - thar be bugs!** + +```bash +docker run --name opensim --port 9000:9000 --port 9000:9000/udp -d ghcr.io/soup-bowl/opensimulator-docker:edge +```