From 0279c571636d659e0dbac75c666e884fd80299f8 Mon Sep 17 00:00:00 2001 From: Paul Gesel Date: Tue, 19 Dec 2023 07:53:36 -0700 Subject: [PATCH] Update example_cmake_python/README.md Co-authored-by: Chris Thrasher --- example_cmake_python/README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/example_cmake_python/README.md b/example_cmake_python/README.md index 3c1b3bd..596a4f3 100644 --- a/example_cmake_python/README.md +++ b/example_cmake_python/README.md @@ -3,8 +3,7 @@ ## Build the node ``` - mkdir colcon_ws - mkdir colcon_ws/src + mkdir -p colcon_ws/src cd colcon_ws/src git clone https://github.com/picknikrobotics/generate_parameter_library.git cd ..