From efe86c62c8315eae1dd5a6297084c995300498ad Mon Sep 17 00:00:00 2001 From: Leon van Kammen Date: Thu, 6 Aug 2026 17:09:24 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=83=20master:=20update=20documentation?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 29 ++++++++++++++++++----------- 1 file changed, 18 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index eed0759..3130e4b 100644 --- a/README.md +++ b/README.md @@ -61,17 +61,6 @@ Archive: result/bin/xrforge.com > Profit! you have aqcuired the sourcecode from the binary: run and distribute modified versions if needed ♥ -**NOTE**: if the binary does not work on your server, use [xrforge-x86_64]() from the releases section instead. - -## Docker - -To prevent polluting the environment with terabytes of docker-images, just run this: - -```bash -$ docker run -d -p 8080:8080 -v $(pwd):/app busybox /app/xrforge.com server - -``` - ## Adding content First you need a directory with glTF or JanusXR experiences.
@@ -155,6 +144,24 @@ $ ./xrforge.com createplugin > xrforge.myplugin.lua Look in the [src/plugin](src/plugin) directory for examples +## Run as server + +BAREMETAL: + +```bash +$ ./xrforge.com server +``` + +> **NOTE**: if the binary does not work on your server, use [xrforge-x86_64]() from the releases section instead. + +DOCKER: to prevent polluting the environment with terabytes of docker-images, just run this: + +```bash +$ docker run -d -p 8080:8080 -v $(pwd):/app busybox /app/xrforge.com server + +``` + + ## Scan manyfold -------------