Skip to content

Commit

Permalink
Merge pull request #1068 from jrnorth/patch-1
Browse files Browse the repository at this point in the history
Fix Dockerfile link in readme
  • Loading branch information
p12tic authored Nov 18, 2024
2 parents a358890 + 41e69be commit 626e278
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)"
```
Expand Down

0 comments on commit 626e278

Please sign in to comment.