Update README.md
The tl;dr instructions assume the use of Docker Desktop, rather than the docker command line tools installed some other way (eg. homebrew on macOS) which often has slightly different syntax. This patch adds a line before the tl;dr instructions to indicate Docker Desktop is required.
Hey! Thanks for the PR, I'm not super familiar with mac, so I'm trying to understand what the differences are. is docker compose not available there?
docker composeis primarily used in Docker Desktop. The "normal" (Linux) command isdocker-compose, which also works with Docker Desktop. Sodocker-composeactually always works.
Mmh i'm not sure about this. See the docs here : https://docs.docker.com/compose/compose-v2/ Pretty sure docker-compose is getting deprecated.
Ok we updated the doc and the setup quite a bit recently. I'm closing this for now, feel free to reply if I missed something.