From a89fab4116bea578afa71b8a03528789fd405daf Mon Sep 17 00:00:00 2001 From: Leon van Kammen Date: Tue, 12 Aug 2025 16:52:04 +0200 Subject: [PATCH] update docs --- manyfold/README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/manyfold/README.md b/manyfold/README.md index 1162598..061f3d9 100644 --- a/manyfold/README.md +++ b/manyfold/README.md @@ -24,6 +24,14 @@ sending incremental file list > NOTE: if you don't want the default XR Fragments asset-library, omit `--recurse-submodules` in the git cmd. +To preserve your uploaded models, add the `experiences` as a docker volume-flag, for example: + +``` +$ mkdir experiences +$ manyfold/cli/manyfold run -v ./experiences:/mnt/experiences + +``` + # Extra environment-variables | environment variable | default | info |