master: update documentation
This commit is contained in:
parent
f036b97258
commit
9ecafa6113
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue