From b079c2b448db428cabc8bdebd481aa8da3db889f Mon Sep 17 00:00:00 2001 From: Jens Troeger Date: Wed, 31 Jul 2024 13:54:23 +1000 Subject: [PATCH] docs: update Installation Guide with Docker Desktop instructions Signed-off-by: Jens Troeger --- docs/source/pages/installation.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/pages/installation.rst b/docs/source/pages/installation.rst index 7b8ba9e26..e5231c162 100644 --- a/docs/source/pages/installation.rst +++ b/docs/source/pages/installation.rst @@ -25,7 +25,7 @@ Download Macaron is currently distributed as a Docker image. We provide a bash script ``run_macaron.sh`` to easily download and run it. -.. note:: When run, Macaron will create output files inside the current directory where ``run_macaron.sh`` is run. +.. note:: When run, Macaron will create output files inside the current directory where ``run_macaron.sh`` is run. If you run Docker Desktop, please make sure that the current directory is bind mountable for Docker (see the `File Sharing settings `_). Download the ``run_macaron.sh`` script and make it executable by running the commands (replace ``tag`` with the version you want or ``main`` for the latest version):