docs: Update README.md

This commit is contained in:
Kengo TODA
2023-12-18 14:43:06 +08:00
parent 234058a478
commit cd50da83ca

View File

@@ -4,7 +4,8 @@
This action downloads the `docker-compose` command and add it to the `PATH` for following executions. It supports the Linux environment only. This action downloads the `docker-compose` command and add it to the `PATH` for following executions. It supports the Linux environment only.
⚠ The `docker-compose` command is now deprecated, consider to use the `docker compose` sub command instead. Refer to [Docker official blog](https://www.docker.com/blog/announcing-compose-v2-general-availability/) for detail. > [!IMPORTANT]
> The `docker-compose` command is now deprecated, consider to use the `docker compose` sub command instead. Refer to [Docker official blog](https://www.docker.com/blog/announcing-compose-v2-general-availability/) for detail.
## How to use ## How to use