Skip to content

Commit 6291847

Browse files
mhubiiesteve
authored andcommitted
Update README.md (#72)
1 parent 4e98b33 commit 6291847

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ Sounds great, how can I try this out?
5757
Download the ament repositories in a separate workspace:
5858

5959
```
60-
mkdir ament_ws/src
60+
mkdir -p ament_ws/src
6161
cd ament_ws
6262
curl -skL https://raw.githubusercontent.com/esteve/ament_java/master/ament_java.repos -o ament_java.repos
6363
vcs import src < ament_java.repos
@@ -97,7 +97,7 @@ Desktop
9797
-------
9898

9999
```
100-
mkdir ros2_java_ws/src
100+
mkdir -p ros2_java_ws/src
101101
cd ros2_java_ws
102102
curl -skL https://raw.githubusercontent.com/esteve/ros2_java/master/ros2_java_desktop.repos -o ros2_java_desktop.repos
103103
vcs import src < ros2_java_desktop.repos

0 commit comments

Comments
 (0)