diff --git a/README.md b/README.md index 21c1491c6f..82fbf3f556 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,8 @@ Repository for implementing rosbag2 as described in its corresponding [design ar rosbag2 packages are available via debian packages and thus can be installed via ``` -$ sudo apt-get install ros2bag* rosbag2* +$ export CHOOSE_ROS_DISTRO=crystal # rosbag2 is available starting from crystal +$ sudo apt-get install ros-$CHOOSE_ROS_DISTRO-ros2bag* ros-$CHOOSE_ROS_DISTRO-rosbag2* ``` For other platforms than Linux, rosbag2 has to be built from source as it's currently not part of the latest (ros2.repos file)[https://github.com/ros2/ros2/blob/master/ros2.repos].