From 4f5fa9dc318f2245dd249a738c44cd3e9a317ad3 Mon Sep 17 00:00:00 2001 From: William Woodall Date: Tue, 24 May 2016 15:59:10 -0700 Subject: [PATCH] adjust line wrapping --- docs/installing.rst | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/installing.rst b/docs/installing.rst index 019e56ef..5b5244ac 100644 --- a/docs/installing.rst +++ b/docs/installing.rst @@ -16,8 +16,9 @@ First you must have the ROS repositories which contain the ``.deb`` for ``catkin .. code-block:: bash - $ sudo sh -c 'echo "deb http://packages.ros.org/ros/ubuntu `lsb_release -sc` main" \ - > /etc/apt/sources.list.d/ros-latest.list' + $ sudo sh \ + -c 'echo "deb http://packages.ros.org/ros/ubuntu `lsb_release -sc` main" \ + > /etc/apt/sources.list.d/ros-latest.list' $ wget http://packages.ros.org/ros.key -O - | sudo apt-key add - Once you have added that repository, run these commands to install ``catkin_tools``: