From ee135e7681d680f47a9962838ce2094bd62dbb8f Mon Sep 17 00:00:00 2001 From: Ryan Friedman Date: Fri, 24 May 2024 18:01:24 -0600 Subject: [PATCH] Remove duplicate src directory creation Signed-off-by: Ryan Friedman --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 2279f7d..ac35436 100644 --- a/README.md +++ b/README.md @@ -28,14 +28,13 @@ The project is adapted from the [`ros_gz_project_template`](https://github.com/g #### 1. Create a workspace folder ```bash -mkdir -p ~/ros2_ws/src && cd ~/ros2_ws +mkdir -p ~/ros2_ws/src ``` #### 2. Get the project source ```bash cd ~/ros2_ws -mkdir src vcs import --input https://raw.githubusercontent.com/ArduPilot/ardupilot_gz/main/ros2_gz.repos --recursive src ```