From 147f0ae42f6195c9f727dac6db57126e511151aa Mon Sep 17 00:00:00 2001 From: Maverick Date: Thu, 21 Nov 2019 19:13:52 +0100 Subject: [PATCH] Update README with dnf install instructions. --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 7fe093d..67627e2 100644 --- a/README.md +++ b/README.md @@ -54,6 +54,12 @@ curl -o ~/.local/bin/podman-compose https://raw.githubusercontent.com/containers chmod +x ~/.local/bin/podman-compose ``` +or install from Fedora (starting from f31) repositories: + +``` +sudo dnf install podman-compose +``` + ## Basic Usage We have included fully functional sample stacks inside `examples/` directory.