master: update documentation

This commit is contained in:
Leon van Kammen 2025-08-12 15:54:13 +02:00
parent f036b97258
commit 9ecafa6113

View file

@ -8,7 +8,7 @@ It also contains some extra's, to better fit an XR audience & enable community l
# Build/Run the container-image # Build/Run the container-image
```bash ```bash
$ git clone --recursive --depth 1 https://codeberg.org/coderofsalvation/xrforge.git $ git clone --recurse-submodules --depth 1 https://codeberg.org/coderofsalvation/xrforge.git
$ cd xrforge $ cd xrforge
$ docker load < $(nix-build nix/docker.nix) $ docker load < $(nix-build nix/docker.nix)
$ manyfold/cli/manyfold run $ manyfold/cli/manyfold run
@ -22,7 +22,7 @@ sending incremental file list
... ...
``` ```
> NOTE: if you don't want the default XR Fragments asset-library, omit `--recursive` in the git cmd. > NOTE: if you don't want the default XR Fragments asset-library, omit `--recurse-submodules` in the git cmd.
# Extra environment-variables # Extra environment-variables