From 3db86ac605a764eda0d6b77061589500e19146be Mon Sep 17 00:00:00 2001 From: Michel Hidalgo Date: Fri, 12 Jul 2024 13:32:30 -0300 Subject: [PATCH] Fix DEVELOPING.md instructions (#88) * Fix DEVELOPING.md instructions Signed-off-by: Michel Hidalgo * Correct spelling Signed-off-by: Michel Hidalgo --------- Signed-off-by: Michel Hidalgo --- DEVELOPING.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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