summaryrefslogtreecommitdiff
path: root/plugins/docker-compose
diff options
context:
space:
mode:
authorFournet Enzo <63660254+enzofrnt@users.noreply.github.com>2025-11-12 11:42:35 +0100
committerGitHub <noreply@github.com>2025-11-12 07:42:35 -0300
commitdca16e8f9a20a84172044621a95832b4d5a1e057 (patch)
tree67050f1fd134f18e096dbc6cab5521d140f07e7a /plugins/docker-compose
parenta0576348d012cbcac17967ef66ed996fee188e38 (diff)
downloadzsh-dca16e8f9a20a84172044621a95832b4d5a1e057.tar.gz
zsh-dca16e8f9a20a84172044621a95832b4d5a1e057.tar.bz2
zsh-dca16e8f9a20a84172044621a95832b4d5a1e057.zip
docs(docker-compose): clarify tool choice (#13399)
Diffstat (limited to 'plugins/docker-compose')
-rw-r--r--plugins/docker-compose/README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/plugins/docker-compose/README.md b/plugins/docker-compose/README.md
index 66d4e0521..5a0290462 100644
--- a/plugins/docker-compose/README.md
+++ b/plugins/docker-compose/README.md
@@ -2,6 +2,8 @@
This plugin provides completion for [docker-compose](https://docs.docker.com/compose/) as well as some
aliases for frequent docker-compose commands.
+This plugin chooses automatically between the legacy `docker-compose` command and the modern
+`docker compose` subcommand, preferring `docker-compose` when both are available.
To use it, add docker-compose to the plugins array of your zshrc file: