docs(docker-compose): clarify tool choice (#13399)

master
Fournet Enzo 4 months ago committed by GitHub
parent a0576348d0
commit dca16e8f9a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      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:

Loading…
Cancel
Save