From 3fb022631c876bcb90f98e9a4b68e72b7b73ecfa Mon Sep 17 00:00:00 2001 From: "harrisonj2@berea.edu" Date: Wed, 8 Jul 2026 15:29:10 -0400 Subject: [PATCH] Change the position of the before checklist and added one docker remainder --- docs/source/running.rst | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/docs/source/running.rst b/docs/source/running.rst index 0a746e313..fd694f073 100644 --- a/docs/source/running.rst +++ b/docs/source/running.rst @@ -51,6 +51,13 @@ The script will guide you through an interactive setup process, asking questions #. Navigate to where you want the configuration files created (e.g., ``mkdir ~/runestone && cd ~/runestone``) #. Make sure you have the prerequisites installed (see above) #. For Windows users: Run this from a WSL2 terminal, not PowerShell or Command Prompt +#. Have Docker running (Docker Desktop must be started first) + +.. code-block:: bash + + bash <(curl -fsSL https://raw.githubusercontent.com/RunestoneInteractive/rs/main/init_runestone.sh) + +The script will guide you through an interactive setup process, asking questions along the way to configure your Runestone server. **After setup completes:**