From 93371b0f4efe01af2c8ef8fc91e4dace78f2e6be Mon Sep 17 00:00:00 2001 From: Povilas Kanapickas Date: Thu, 5 Jun 2025 18:24:17 +0300 Subject: [PATCH] README: Merge all repositories under single section Signed-off-by: Povilas Kanapickas --- README.md | 30 +++++++++++++++++------------- 1 file changed, 17 insertions(+), 13 deletions(-) diff --git a/README.md b/README.md index 2a5ec3b..f111a45 100644 --- a/README.md +++ b/README.md @@ -68,7 +68,23 @@ Or latest development version from GitHub: pip3 install https://github.com/containers/podman-compose/archive/main.tar.gz ``` -### Homebrew +### Package repositories + +podman-compose is available from the following package repositories: + +Debian: + +```bash +sudo apt install podman-compose +``` + +Fedora (starting from f31) repositories: + +```bash +sudo dnf install podman-compose +``` + +Homebrew: ```bash brew install podman-compose @@ -94,18 +110,6 @@ curl -o ~/.local/bin/podman-compose https://raw.githubusercontent.com/containers chmod +x ~/.local/bin/podman-compose ``` -or install from Debian repositories: - -```bash -sudo apt install podman-compose -``` - -or install from Fedora (starting from f31) repositories: - -```bash -sudo dnf install podman-compose -``` - ## Basic Usage We have included fully functional sample stacks inside `examples/` directory.