From 4697a93f89aa0775b14ed5801544c20f6f775a31 Mon Sep 17 00:00:00 2001 From: thespad Date: Sat, 4 Jan 2025 17:02:34 +0000 Subject: [PATCH] Escape pipe for GH rendering --- README.md | 2 +- readme-vars.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ebb77e6..03a6840 100644 --- a/README.md +++ b/README.md @@ -109,7 +109,7 @@ Containers are configured using parameters passed at runtime (such as those abov | Parameter | Function | | :----: | --- | -| `-e DOCKER_MODS=` | Pipe-delimited (`|`) list of mods to download | +| `-e DOCKER_MODS=` | Pipe-delimited (`\|`) list of mods to download | | `-e DOCKER_HOST=` | Specify the docker endpoint to use if not using the docker.sock | | `-v /modcache` | Modmanager mod storage. | | `-v /var/run/docker.sock:ro` | Mount the host docker socket into the container. | diff --git a/readme-vars.yml b/readme-vars.yml index 58d01a3..7feb711 100644 --- a/readme-vars.yml +++ b/readme-vars.yml @@ -113,7 +113,7 @@ full_custom_readme: | | Parameter | Function | | :----: | --- | - | `-e DOCKER_MODS=` | Pipe-delimited (`|`) list of mods to download | + | `-e DOCKER_MODS=` | Pipe-delimited (`\|`) list of mods to download | | `-e DOCKER_HOST=` | Specify the docker endpoint to use if not using the docker.sock | | `-v /modcache` | Modmanager mod storage. | | `-v /var/run/docker.sock:ro` | Mount the host docker socket into the container. |