From 41e69be20103eca8669e67b1d6cb3cec9ee7eb4d Mon Sep 17 00:00:00 2001 From: Joseph North Date: Mon, 4 Nov 2024 09:51:12 -0700 Subject: [PATCH] Fix Dockerfile link in readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1c5523a..c181218 100644 --- a/README.md +++ b/README.md @@ -75,7 +75,7 @@ brew install podman-compose ``` ### Generate binary using docker/podman locally -This script will download the repo, generate the binary using [this Dockerfile](https://github.com/containers/podman-compose/blob/main/Dockerfile.md) and let the binary in the directory where you called this script. +This script will download the repo, generate the binary using [this Dockerfile](https://github.com/containers/podman-compose/blob/main/Dockerfile), and place the binary in the directory where you called this script. ```bash sh -c "$(curl -sSL https://raw.githubusercontent.com/containers/podman-compose/main/scripts/download_and_build_podman-compose.sh)" ```