From 74c7b9bc5c26f51a255e3731d3d546dcf4bf6394 Mon Sep 17 00:00:00 2001 From: Bernd Pfrommer Date: Wed, 1 Nov 2023 15:11:04 -0400 Subject: [PATCH] remove dangerous -y from README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 21a8fa0..ac432ec 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,7 @@ vcs import < src/ffmpeg_image_transport/ffmpeg_image_transport.repos Install the dependencies (libav) via rosdep (must be run from top of workspace!): ``` -rosdep install --from-paths src --ignore-src -r -y +rosdep install --from-paths src --ignore-src -r ``` You should now be able to build: