From 27d1fc67a09ff038184744b54a2191f7f0a53de3 Mon Sep 17 00:00:00 2001 From: Povilas Kanapickas Date: Thu, 5 Jun 2025 18:24:16 +0300 Subject: [PATCH] README: Add installation instructions on Debian Signed-off-by: Povilas Kanapickas --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index c181218..2a5ec3b 100644 --- a/README.md +++ b/README.md @@ -94,6 +94,12 @@ 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