We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e98b33 commit 6291847Copy full SHA for 6291847
README.md
@@ -57,7 +57,7 @@ Sounds great, how can I try this out?
57
Download the ament repositories in a separate workspace:
58
59
```
60
-mkdir ament_ws/src
+mkdir -p ament_ws/src
61
cd ament_ws
62
curl -skL https://raw.githubusercontent.com/esteve/ament_java/master/ament_java.repos -o ament_java.repos
63
vcs import src < ament_java.repos
@@ -97,7 +97,7 @@ Desktop
97
-------
98
99
100
-mkdir ros2_java_ws/src
+mkdir -p ros2_java_ws/src
101
cd ros2_java_ws
102
curl -skL https://raw.githubusercontent.com/esteve/ros2_java/master/ros2_java_desktop.repos -o ros2_java_desktop.repos
103
vcs import src < ros2_java_desktop.repos
0 commit comments