From 3b2e1f9bd91f9deb9433d1c0b307425d1fd3935d Mon Sep 17 00:00:00 2001 From: Sahil Rathee Date: Mon, 28 Oct 2024 15:10:15 +0530 Subject: [PATCH] Podman Compose documentation link added to README --- plugins/podman-compose/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/podman-compose/README.md b/plugins/podman-compose/README.md index 7a0474314..8114a0db6 100644 --- a/plugins/podman-compose/README.md +++ b/plugins/podman-compose/README.md @@ -1,6 +1,6 @@ # Podman Compose Plugin -This plugin provides aliases for working with `podman-compose` (or `podman compose`, based on availability) to simplify multi-container Podman workflows. +This plugin provides aliases for working with [podman-compose](https://docs.podman.io/en/latest/markdown/podman-compose.1.html) (or `podman compose`, based on availability) to simplify multi-container Podman workflows. To use it, add `podman-compose` to the plugins array in your `.zshrc` file.