From 003938c02f8354fa8203088e621c39433ffd2e49 Mon Sep 17 00:00:00 2001 From: yuri-rage Date: Sun, 8 Sep 2024 18:45:03 -0500 Subject: [PATCH] dev: fixup to bash code block for docker Co-authored-by: Ryan --- common/source/docs/common-wiki-editing-setup.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/common/source/docs/common-wiki-editing-setup.rst b/common/source/docs/common-wiki-editing-setup.rst index 07a10d82f3..d94e92898d 100644 --- a/common/source/docs/common-wiki-editing-setup.rst +++ b/common/source/docs/common-wiki-editing-setup.rst @@ -126,7 +126,8 @@ This will build a docker image with all package setup to build the wiki and name .. code-block:: bash - ./docker_update_py.sh # presents a brief menu of build options + # presents a brief menu of build options + ./docker_update_py.sh # or, to build the copter site with the --fast flag, for example: ./docker_update_py.sh --fast --site copter