From 19b9d9e8e7cdca1b6b45135b5186dc727ea9d305 Mon Sep 17 00:00:00 2001 From: AnonymDavid Date: Thu, 15 Aug 2024 15:35:49 +0200 Subject: [PATCH] Fix readme command --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 45a618163c9..2d6bcc3c30f 100644 --- a/README.md +++ b/README.md @@ -71,7 +71,7 @@ vcs import src < autoware.repos ``` ### Install dependencies ``` -rosdep install --from-paths src --ignore-src --rosdistro $ROS_DISTRO -r -y +rosdep install --from-paths src --ignore-src --rosdistro $ROS_DISTRO -y ``` ### Build ```