Skip to content

Commit

Permalink
add missing cd to source instructions (#2)
Browse files Browse the repository at this point in the history
  • Loading branch information
dirk-thomas committed Apr 12, 2018
1 parent 9addbcb commit 7c86d34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion developer/bootstrap.rst
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ Fetch the sources

.. code-block:: bash
$ mkdir /tmp/colcon-from-source && /tmp/colcon-from-source
$ mkdir /tmp/colcon-from-source && cd /tmp/colcon-from-source
$ wget https://raw.githubusercontent.com/colcon/colcon.readthedocs.org/master/colcon.repos
$ mkdir src
$ vcs import src < colcon.repos
Expand Down

0 comments on commit 7c86d34

Please sign in to comment.