From 9ac6630128551d1bdc91b5fd91785cfe0340d321 Mon Sep 17 00:00:00 2001 From: Michael Gillett <51103663+migillett@users.noreply.github.com> Date: Mon, 2 Mar 2026 11:47:22 -0500 Subject: [PATCH] Clarify Docker usage instructions in README Updated wording for clarity in Docker section. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b343763..4c65cd9 100644 --- a/README.md +++ b/README.md @@ -204,7 +204,7 @@ The script will prompt you for each optional removal step. ## Docker -You can now run PyMC Repeater from within a [Docker Container](https://www.docker.com/). Checkout the example [Docker Compose](./docker-compose.yml) file for an example. +You can now run PyMC Repeater from within a [Docker Container](https://www.docker.com/). Checkout the example [Docker Compose](./docker-compose.yml) file before you get started. ```bash docker compose up -d --force-recreate --build