From 9ecafa6113b160ced00fa0d4c89b6802cea87d36 Mon Sep 17 00:00:00 2001 From: Leon van Kammen Date: Tue, 12 Aug 2025 15:54:13 +0200 Subject: [PATCH] master: update documentation --- manyfold/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/manyfold/README.md b/manyfold/README.md index eaa453c..1162598 100644 --- a/manyfold/README.md +++ b/manyfold/README.md @@ -8,7 +8,7 @@ It also contains some extra's, to better fit an XR audience & enable community l # Build/Run the container-image ```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 $ docker load < $(nix-build nix/docker.nix) $ 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