Skip to content

Commit

Permalink
remove dangerous -y from README
Browse files Browse the repository at this point in the history
  • Loading branch information
berndpfrommer committed Nov 1, 2023
1 parent 362973c commit 74c7b9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 74c7b9b

Please sign in to comment.