Skip to content

Commit f76e7b6

Browse files
markurtzCopilot
andauthored
Potential fix for pull request finding
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> Signed-off-by: Mark Kurtz <mark.j.kurtz@gmail.com>
1 parent b6612d3 commit f76e7b6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/getting-started/installation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ A pre-built Docker image is available for containerized environments:
7474
docker pull ghcr.io/markurtz/template-python:latest
7575

7676
# Run a one-off command
77-
docker run --rm ghcr.io/markurtz/template-python:latest python -c "import template_python; print(template-python.__version__)"
77+
docker run --rm ghcr.io/markurtz/template-python:latest python -c "import template_python; print(template_python.__version__)"
7878
```
7979

8080
For a persistent, volume-mounted setup using Docker Compose, see the `docker-compose.yml` in the root of the repository.

0 commit comments

Comments
 (0)