Skip to content

Commit

Permalink
ref: download_podman-compose.sh to download_and_build_podman-compose.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
iruzo committed Oct 23, 2024
1 parent b044f99 commit deb198c
Show file tree
Hide file tree
Showing 2 changed files 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 @@ -77,7 +77,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.
```bash
sh -c "$(curl -sSL https://raw.githubusercontent.com/containers/podman-compose/main/scripts/download_podman-compose.sh)"
sh -c "$(curl -sSL https://raw.githubusercontent.com/containers/podman-compose/main/scripts/download_and_build_podman-compose.sh)"
```

### Manual
Expand Down
File renamed without changes.

0 comments on commit deb198c

Please sign in to comment.