diff --git a/DEVELOPING.md b/DEVELOPING.md index 1796603..f3f235d 100644 --- a/DEVELOPING.md +++ b/DEVELOPING.md @@ -37,12 +37,12 @@ For instance, to bring up the root development environment: ``` ```bash - docker compose run -f .devcontainer/docker-compose.yml + docker compose -f .devcontainer/docker-compose.yml run devcontainer ``` ## Workflow -As an heterogeneous collection of software packages, LAMBKIN does not usually afford single full builds. Every package will likely require impose a workflow of its own, specially third-party ones. That said, [`colcon`](https://colcon.readthedocs.io/en/released/) (plus extensions such as `colcon-cmake`, `colcon-ros`, and `colcon-poetry-ros`) will take you a long way. +As an heterogeneous collection of software packages, LAMBKIN does not usually afford single full builds. Every package will likely impose a workflow of its own, specially third-party ones. That said, [`colcon`](https://colcon.readthedocs.io/en/released/) (plus extensions such as `colcon-cmake`, `colcon-ros`, and `colcon-poetry-ros`) will take you a long way. ## Next Steps