mirror of
https://github.com/containers/podman-compose.git
synced 2024-11-21 23:43:24 +01:00
Merge pull request #1068 from jrnorth/patch-1
Fix Dockerfile link in readme
This commit is contained in:
commit
626e278794
@ -75,7 +75,7 @@ brew install podman-compose
|
|||||||
```
|
```
|
||||||
|
|
||||||
### Generate binary using docker/podman locally
|
### 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
|
```bash
|
||||||
sh -c "$(curl -sSL https://raw.githubusercontent.com/containers/podman-compose/main/scripts/download_and_build_podman-compose.sh)"
|
sh -c "$(curl -sSL https://raw.githubusercontent.com/containers/podman-compose/main/scripts/download_and_build_podman-compose.sh)"
|
||||||
```
|
```
|
||||||
|
Loading…
Reference in New Issue
Block a user