Skip to content

Commit 626e278

Browse files
authored
Merge pull request #1068 from jrnorth/patch-1
Fix Dockerfile link in readme
2 parents a358890 + 41e69be commit 626e278

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ brew install podman-compose
7575
```
7676

7777
### Generate binary using docker/podman locally
78-
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.
78+
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.
7979
```bash
8080
sh -c "$(curl -sSL https://raw.githubusercontent.com/containers/podman-compose/main/scripts/download_and_build_podman-compose.sh)"
8181
```

0 commit comments

Comments
 (0)