Skip to content

Commit 90026d3

Browse files
committed
make recursive clone for dev container
Signed-off-by: Michael Carlstrom <[email protected]>
1 parent 9c54120 commit 90026d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/The-ROS2-Project/Contributing/Contributing-To-ROS-2-Documentation.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -316,7 +316,7 @@ Clone repository and start VS Code:
316316

317317
.. code-block:: console
318318
319-
$ git clone https://github.com/ros2/ros2_documentation
319+
$ git clone --recursive https://github.com/ros2/ros2_documentation
320320
$ cd ./ros2_documentation
321321
$ code .
322322

0 commit comments

Comments
 (0)