Skip to content

Commit

Permalink
adjust line wrapping
Browse files Browse the repository at this point in the history
  • Loading branch information
wjwwood committed May 24, 2016
1 parent 4e6dbde commit 4f5fa9d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docs/installing.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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``:
Expand Down

0 comments on commit 4f5fa9d

Please # to comment.