mirror of
https://github.com/basnijholt/compose-farm.git
synced 2026-02-03 14:13:26 +00:00
* docs: Clarify Docker Compose vs Compose Farm commands Split the Usage section into two tables: - Docker Compose Commands: wrappers with multi-host additions - Compose Farm Commands: orchestration Docker Compose can't do Also update the `update` command docstring to clarify it's a shorthand for `up --pull --build`. * chore(docs): update TOC * docs: Add command type distinction to commands.md Explain that commands are either Docker Compose wrappers with multi-host superpowers, or Compose Farm originals for orchestration. Also update `update` description to clarify it's a shorthand. * Update README.md