diff --git a/doc/overview.rst b/doc/overview.rst index d41a34e9a..e60674ada 100644 --- a/doc/overview.rst +++ b/doc/overview.rst @@ -71,10 +71,10 @@ Common installation workflow:: $ rosdep check ros_comm All system dependencies have been satisfied - $ rosdep install geometry + $ rosdep install geometry --rosdistro=rolling If you're worried about ``rosdep install`` bringing in system -dependencies you don't want, you can run ``rosdep install -s `` +dependencies you don't want, you can run ``rosdep install --rosdistro=-s `` instead to "simulate" the installation. You will be able to see the commands that rosdep would have run.